Html Css Color HEX #0D62E0 Navy Blue

📋 copy color: '#0D62E0'

red 13 ◦ green 98 ◦ blue 224

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

Shades of Navy Blue #0D62E0

Tints of Navy Blue #0D62E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 66.87%

R = 3.88%
G = 29.25%
B = 66.87%

CMYK

 C value IS 0.94

 M value IS 0.56

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#0D62E0 (or 0x0D62E0) is known color: Navy Blue. HEX triplet: 0D, 62 and E0. RGB value is (13,98,224). Sum of RGB (Red+Green+Blue) = 13+98+224=335 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.88% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 224 (87.89% from 255 or 66.87% from 335); Max value from RGB is 224 - color contains mainly: blue. Hex color #0D62E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D62E0 is #F29D1F. Grayscale: #565656. Windows color (decimal): -15899936 or 14705165. OLE color: 14705165.

HSL color Cylindrical-coordinate representation of color #0D62E0: hue angle of 215.83º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D62E0 is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 13 98 224 -
CMYK 0.94 0.56 0 0.12
HSL 215.83º 0.89% 0.46% -
HSV(B) 215.83º 0.94% 0.88% -
XYZ 17.99 14.2 72.31 -
YUV 86.95 205.34 75.25 -
System Red Green Blue C M Y K H S L
Decimal 13 98 224 0.94 0.56 0 0.12 215.83 0.89 0.46
Hex D 62 E0 5E 38 0 C D8 59 2E
Octal 15 142 340 136 70 0 14 330 131 56
Binary 1101 1100010 11100000 1011110 111000 0 1100 11011000 1011001 101110

Color Harmonies of #0D62E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D62E0

Black with #0D62E0

Text Example


Text Example

White with #0D62E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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