Html Css Color HEX #0E6CEA Navy Blue

📋 copy color: '#0E6CEA'

red 14 ◦ green 108 ◦ blue 234

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

Shades of Navy Blue #0E6CEA

Tints of Navy Blue #0E6CEA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.34%

 BLUE value IS 234 (91.8% from 255) = 65.73%

R = 3.93%
G = 30.34%
B = 65.73%

CMYK

 C value IS 0.94

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0E6CEA (or 0x0E6CEA) is known color: Navy Blue. HEX triplet: 0E, 6C and EA. RGB value is (14,108,234). Sum of RGB (Red+Green+Blue) = 14+108+234=356 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.93% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 234 (91.80% from 255 or 65.73% from 356); Max value from RGB is 234 - color contains mainly: blue. Hex color #0E6CEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E6CEA is #F19315. Grayscale: #5D5D5D. Windows color (decimal): -15831830 or 15363086. OLE color: 15363086.

HSL color Cylindrical-coordinate representation of color #0E6CEA: hue angle of 214.36º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E6CEA is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 14 108 234 -
CMYK 0.94 0.54 0 0.08
HSL 214.36º 0.89% 0.49% -
HSV(B) 214.36º 0.94% 0.92% -
XYZ 20.39 16.76 80 -
YUV 94.26 206.86 70.75 -
System Red Green Blue C M Y K H S L
Decimal 14 108 234 0.94 0.54 0 0.08 214.36 0.89 0.49
Hex E 6C EA 5E 36 0 8 D6 59 31
Octal 16 154 352 136 66 0 10 326 131 61
Binary 1110 1101100 11101010 1011110 110110 0 1000 11010110 1011001 110001

Color Harmonies of #0E6CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6CEA

Black with #0E6CEA

Text Example


Text Example

White with #0E6CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,108,234); }

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

background-color css

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

 a { background-color: rgb(14,108,234); }

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

border-color css

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

 span { border-color: rgb(14,108,234); }

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