Html Css Color HEX #0D60DB Navy Blue

📋 copy color: '#0D60DB'

red 13 ◦ green 96 ◦ blue 219

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

Shades of Navy Blue #0D60DB

Tints of Navy Blue #0D60DB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.27%

 BLUE value IS 219 (85.94% from 255) = 66.77%

R = 3.96%
G = 29.27%
B = 66.77%

CMYK

 C value IS 0.94

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0D60DB (or 0x0D60DB) is known color: Navy Blue. HEX triplet: 0D, 60 and DB. RGB value is (13,96,219). Sum of RGB (Red+Green+Blue) = 13+96+219=328 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.96% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 219 (85.94% from 255 or 66.77% from 328); Max value from RGB is 219 - color contains mainly: blue. Hex color #0D60DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D60DB is #F29F24. Grayscale: #545454. Windows color (decimal): -15900453 or 14376973. OLE color: 14376973.

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

Color convert

RGB 13 96 219 -
CMYK 0.94 0.56 0 0.14
HSL 215.83º 0.89% 0.45% -
HSV(B) 215.83º 0.94% 0.86% -
XYZ 17.14 13.57 68.73 -
YUV 85.21 203.5 76.5 -
System Red Green Blue C M Y K H S L
Decimal 13 96 219 0.94 0.56 0 0.14 215.83 0.89 0.45
Hex D 60 DB 5E 38 0 E D8 59 2D
Octal 15 140 333 136 70 0 16 330 131 55
Binary 1101 1100000 11011011 1011110 111000 0 1110 11011000 1011001 101101

Color Harmonies of #0D60DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D60DB

Black with #0D60DB

Text Example


Text Example

White with #0D60DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,96,219); }

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

background-color css

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

 a { background-color: rgb(13,96,219); }

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

border-color css

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

 span { border-color: rgb(13,96,219); }

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