Html Css Color HEX #0E0C7C Navy

📋 copy color: '#0E0C7C'

red 14 ◦ green 12 ◦ blue 124

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

Shades of Navy #0E0C7C

Tints of Navy #0E0C7C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8%

 BLUE value IS 124 (48.83% from 255) = 82.67%

R = 9.33%
G = 8%
B = 82.67%

CMYK

 C value IS 0.89

 M value IS 0.90

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0E0C7C (or 0x0E0C7C) is known color: Navy. HEX triplet: 0E, 0C and 7C. RGB value is (14,12,124). Sum of RGB (Red+Green+Blue) = 14+12+124=150 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.33% from 150); Green value is 12 (5.08% from 255 or 8% from 150); Blue value is 124 (48.83% from 255 or 82.67% from 150); Max value from RGB is 124 - color contains mainly: blue. Hex color #0E0C7C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0C7C is #F1F383. Grayscale: #181818. Windows color (decimal): -15856516 or 8129550. OLE color: 8129550.

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

Color convert

RGB 14 12 124 -
CMYK 0.89 0.90 0 0.51
HSL 241.07º 0.82% 0.27% -
HSV(B) 241.07º 0.9% 0.49% -
XYZ 3.95 1.81 19.21 -
YUV 25.37 183.66 119.89 -
System Red Green Blue C M Y K H S L
Decimal 14 12 124 0.89 0.90 0 0.51 241.07 0.82 0.27
Hex E C 7C 59 5A 0 33 F1 52 1B
Octal 16 14 174 131 132 0 63 361 122 33
Binary 1110 1100 1111100 1011001 1011010 0 110011 11110001 1010010 11011

Color Harmonies of #0E0C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0C7C

Black with #0E0C7C

Text Example


Text Example

White with #0E0C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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