Html Css Color HEX #0D6CEA Navy Blue

📋 copy color: '#0D6CEA'

red 13 ◦ green 108 ◦ blue 234

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

Shades of Navy Blue #0D6CEA

Tints of Navy Blue #0D6CEA

RGB

 RED value IS 13 (5.47% from 255) = 3.66%

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

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

R = 3.66%
G = 30.42%
B = 65.92%

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

#0D6CEA (or 0x0D6CEA) is known color: Navy Blue. HEX triplet: 0D, 6C and EA. RGB value is (13,108,234). Sum of RGB (Red+Green+Blue) = 13+108+234=355 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.66% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 234 (91.80% from 255 or 65.92% from 355); Max value from RGB is 234 - color contains mainly: blue. Hex color #0D6CEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D6CEA is #F29315. Grayscale: #5D5D5D. Windows color (decimal): -15897366 or 15363085. OLE color: 15363085.

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

Color convert

RGB 13 108 234 -
CMYK 0.94 0.54 0 0.08
HSL 214.21º 0.89% 0.48% -
HSV(B) 214.21º 0.94% 0.92% -
XYZ 20.38 16.75 80 -
YUV 93.96 207.03 70.25 -
System Red Green Blue C M Y K H S L
Decimal 13 108 234 0.94 0.54 0 0.08 214.21 0.89 0.48
Hex D 6C EA 5E 36 0 8 D6 59 30
Octal 15 154 352 136 66 0 10 326 131 60
Binary 1101 1101100 11101010 1011110 110110 0 1000 11010110 1011001 110000

Color Harmonies of #0D6CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6CEA

Black with #0D6CEA

Text Example


Text Example

White with #0D6CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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