Html Css Color HEX #0D6FEB Navy Blue

📋 copy color: '#0D6FEB'

red 13 ◦ green 111 ◦ blue 235

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

Shades of Navy Blue #0D6FEB

Tints of Navy Blue #0D6FEB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.92%

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

R = 3.62%
G = 30.92%
B = 65.46%

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

#0D6FEB (or 0x0D6FEB) is known color: Navy Blue. HEX triplet: 0D, 6F and EB. RGB value is (13,111,235). Sum of RGB (Red+Green+Blue) = 13+111+235=359 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.62% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 235 (92.19% from 255 or 65.46% from 359); Max value from RGB is 235 - color contains mainly: blue. Hex color #0D6FEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D6FEB is #F29014. Grayscale: #5F5F5F. Windows color (decimal): -15896597 or 15429389. OLE color: 15429389.

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

Color convert

RGB 13 111 235 -
CMYK 0.94 0.53 0 0.08
HSL 213.51º 0.9% 0.49% -
HSV(B) 213.51º 0.94% 0.92% -
XYZ 20.85 17.45 80.87 -
YUV 95.83 206.53 68.92 -
System Red Green Blue C M Y K H S L
Decimal 13 111 235 0.94 0.53 0 0.08 213.51 0.9 0.49
Hex D 6F EB 5E 35 0 8 D6 5A 31
Octal 15 157 353 136 65 0 10 326 132 61
Binary 1101 1101111 11101011 1011110 110101 0 1000 11010110 1011010 110001

Color Harmonies of #0D6FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6FEB

Black with #0D6FEB

Text Example


Text Example

White with #0D6FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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