Html Css Color HEX #0C0E7B Navy

📋 copy color: '#0C0E7B'

red 12 ◦ green 14 ◦ blue 123

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

Shades of Navy #0C0E7B

Tints of Navy #0C0E7B

RGB

 RED value IS 12 (5.08% from 255) = 8.05%

 GREEN value IS 14 (5.86% from 255) = 9.4%

 BLUE value IS 123 (48.44% from 255) = 82.55%

R = 8.05%
G = 9.4%
B = 82.55%

CMYK

 C value IS 0.90

 M value IS 0.89

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#0C0E7B (or 0x0C0E7B) is known color: Navy. HEX triplet: 0C, 0E and 7B. RGB value is (12,14,123). Sum of RGB (Red+Green+Blue) = 12+14+123=149 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.05% from 149); Green value is 14 (5.86% from 255 or 9.40% from 149); Blue value is 123 (48.44% from 255 or 82.55% from 149); Max value from RGB is 123 - color contains mainly: blue. Hex color #0C0E7B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0E7B is #F3F184. Grayscale: #191919. Windows color (decimal): -15987077 or 8064524. OLE color: 8064524.

HSL color Cylindrical-coordinate representation of color #0C0E7B: hue angle of 238.92º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C0E7B is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 12 14 123 -
CMYK 0.90 0.89 0 0.52
HSL 238.92º 0.82% 0.26% -
HSV(B) 238.92º 0.9% 0.48% -
XYZ 3.88 1.82 18.89 -
YUV 25.83 182.84 118.14 -
System Red Green Blue C M Y K H S L
Decimal 12 14 123 0.90 0.89 0 0.52 238.92 0.82 0.26
Hex C E 7B 5A 59 0 34 EF 52 1A
Octal 14 16 173 132 131 0 64 357 122 32
Binary 1100 1110 1111011 1011010 1011001 0 110100 11101111 1010010 11010

Color Harmonies of #0C0E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0E7B

Black with #0C0E7B

Text Example


Text Example

White with #0C0E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,14,123); }

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

background-color css

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

 a { background-color: rgb(12,14,123); }

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

border-color css

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

 span { border-color: rgb(12,14,123); }

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