Html Css Color HEX #0E6BCC Navy Blue

📋 copy color: '#0E6BCC'

red 14 ◦ green 107 ◦ blue 204

#0E6BCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #0E6BCC

Tints of Navy Blue #0E6BCC

RGB

 RED value IS 14 (5.86% from 255) = 4.31%

 GREEN value IS 107 (42.19% from 255) = 32.92%

 BLUE value IS 204 (80.08% from 255) = 62.77%

R = 4.31%
G = 32.92%
B = 62.77%

CMYK

 C value IS 0.93

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0E6BCC (or 0x0E6BCC) is known color: Navy Blue. HEX triplet: 0E, 6B and CC. RGB value is (14,107,204). Sum of RGB (Red+Green+Blue) = 14+107+204=325 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.31% from 325); Green value is 107 (42.19% from 255 or 32.92% from 325); Blue value is 204 (80.08% from 255 or 62.77% from 325); Max value from RGB is 204 - color contains mainly: blue. Hex color #0E6BCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E6BCC is #F19433. Grayscale: #595959. Windows color (decimal): -15832116 or 13396750. OLE color: 13396750.

HSL color Cylindrical-coordinate representation of color #0E6BCC: hue angle of 210.63º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E6BCC is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 14 107 204 -
CMYK 0.93 0.48 0 0.2
HSL 210.63º 0.87% 0.43% -
HSV(B) 210.63º 0.93% 0.8% -
XYZ 16.34 14.97 59.15 -
YUV 90.25 192.19 73.61 -
System Red Green Blue C M Y K H S L
Decimal 14 107 204 0.93 0.48 0 0.2 210.63 0.87 0.43
Hex E 6B CC 5D 30 0 14 D3 57 2B
Octal 16 153 314 135 60 0 24 323 127 53
Binary 1110 1101011 11001100 1011101 110000 0 10100 11010011 1010111 101011

Color Harmonies of #0E6BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6BCC

Black with #0E6BCC

Text Example


Text Example

White with #0E6BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,107,204); }

 H1.HeaderClassName
 {
   color: #0E6BCC;
 }
 .AnyTagClassName
 {
   color: #0E6BCC;
 }
</style>

background-color css

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

 a { background-color: rgb(14,107,204); }

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

border-color css

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

 span { border-color: rgb(14,107,204); }

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