#0C6BE2

Color #0C6BE2 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0C6BE2

Tints of Navy Blue #0C6BE2

Color information

#0C6BE2 (or 0x0C6BE2) is unknown color: approx Navy Blue. HEX triplet: 0C, 6B and E2. RGB value is (12,107,226). Sum of RGB (Red+Green+Blue) = 12+107+226=345 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.48% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 226 (88.67% from 255 or 65.51% from 345); Max value from RGB is 226 - color contains mainly: blue. Hex color #0C6BE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C6BE2 is #F3941D. Grayscale: #5B5B5B. Windows color (decimal): -15963166 or 14838540. OLE color: 14838540.

HSL color Cylindrical-coordinate representation of color #0C6BE2: hue angle of 213.36º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C6BE2 is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB12107226-
CMYK0.950.5300.11
HSL213.36º89.92%46.67%-
HSV(B)213.36º94.69%88.63%-
XYZ19.1416.0874.05-
YUV92.16203.5370.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 12 (5.08% from 255) = 3.48%
GREEN value IS 107 (42.19% from 255) = 31.01%
BLUE value IS 226 (88.67% from 255) = 65.51%
R=3.48%
G=31.01%
B=65.51%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal121072260.950.5300.11213.3689.9246.67
HexC6BE25F350Bd55a2f
Octal141533421376501332513257
Binary1100110101111100010101111111010101011110101011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C6BE2; }

 p { color: rgb(12,107,226); }

 H1.HeaderClassName
 {
   color: #0C6BE2;
 }
 .AnyTagClassName
 {
   color: #0C6BE2;
 }
</style>
background-color css

<style>
 a { background-color: #0C6BE2; }

 a { background-color: rgb(12,107,226); }

 div.DivClassName
 {
   background-color: #0C6BE2;
 }
 .BgClassName
 {
   background-color: #0C6BE2;
 }
</style>
border-color css

<style>
 span { border-color: #0C6BE2; }

 span { border-color: rgb(12,107,226); }

 td.TdClassName
 {
   border-color: #0C6BE2;
 }
 .TagClassName
 {
   border-color: #0C6BE2;
 }
</style>