Html Css Color HEX #0D62E6 Navy Blue

📋 copy color: '#0D62E6'

red 13 ◦ green 98 ◦ blue 230

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

Shades of Navy Blue #0D62E6

Tints of Navy Blue #0D62E6

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.74%

 BLUE value IS 230 (90.23% from 255) = 67.45%

R = 3.81%
G = 28.74%
B = 67.45%

CMYK

 C value IS 0.94

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#0D62E6 (or 0x0D62E6) is known color: Navy Blue. HEX triplet: 0D, 62 and E6. RGB value is (13,98,230). Sum of RGB (Red+Green+Blue) = 13+98+230=341 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.81% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 230 (90.23% from 255 or 67.45% from 341); Max value from RGB is 230 - color contains mainly: blue. Hex color #0D62E6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D62E6 is #F29D19. Grayscale: #575757. Windows color (decimal): -15899930 or 15098381. OLE color: 15098381.

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

Color convert

RGB 13 98 230 -
CMYK 0.94 0.57 0 0.10
HSL 216.5º 0.89% 0.48% -
HSV(B) 216.5º 0.94% 0.9% -
XYZ 18.82 14.53 76.68 -
YUV 87.63 208.34 74.77 -
System Red Green Blue C M Y K H S L
Decimal 13 98 230 0.94 0.57 0 0.10 216.5 0.89 0.48
Hex D 62 E6 5E 39 0 A D8 59 30
Octal 15 142 346 136 71 0 12 330 131 60
Binary 1101 1100010 11100110 1011110 111001 0 1010 11011000 1011001 110000

Color Harmonies of #0D62E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D62E6

Black with #0D62E6

Text Example


Text Example

White with #0D62E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,98,230); }

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

background-color css

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

 a { background-color: rgb(13,98,230); }

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

border-color css

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

 span { border-color: rgb(13,98,230); }

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