Html Css Color HEX #0D6EEB Navy Blue

📋 copy color: '#0D6EEB'

red 13 ◦ green 110 ◦ blue 235

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

Shades of Navy Blue #0D6EEB

Tints of Navy Blue #0D6EEB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.73%

 BLUE value IS 235 (92.19% from 255) = 65.64%

R = 3.63%
G = 30.73%
B = 65.64%

CMYK

 C value IS 0.94

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0D6EEB (or 0x0D6EEB) is known color: Navy Blue. HEX triplet: 0D, 6E and EB. RGB value is (13,110,235). Sum of RGB (Red+Green+Blue) = 13+110+235=358 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.63% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 235 (92.19% from 255 or 65.64% from 358); Max value from RGB is 235 - color contains mainly: blue. Hex color #0D6EEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D6EEB is #F29114. Grayscale: #5E5E5E. Windows color (decimal): -15896853 or 15429133. OLE color: 15429133.

HSL color Cylindrical-coordinate representation of color #0D6EEB: hue angle of 213.78º degrees, saturation: 0.9, 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 #0D6EEB is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 13 110 235 -
CMYK 0.94 0.53 0 0.08
HSL 213.78º 0.9% 0.49% -
HSV(B) 213.78º 0.94% 0.92% -
XYZ 20.74 17.24 80.83 -
YUV 95.25 206.86 69.34 -
System Red Green Blue C M Y K H S L
Decimal 13 110 235 0.94 0.53 0 0.08 213.78 0.9 0.49
Hex D 6E EB 5E 35 0 8 D6 5A 31
Octal 15 156 353 136 65 0 10 326 132 61
Binary 1101 1101110 11101011 1011110 110101 0 1000 11010110 1011010 110001

Color Harmonies of #0D6EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6EEB

Black with #0D6EEB

Text Example


Text Example

White with #0D6EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,110,235); }

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

background-color css

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

 a { background-color: rgb(13,110,235); }

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

border-color css

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

 span { border-color: rgb(13,110,235); }

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