Html Css Color HEX #0D60DF Navy Blue

📋 copy color: '#0D60DF'

red 13 ◦ green 96 ◦ blue 223

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

Shades of Navy Blue #0D60DF

Tints of Navy Blue #0D60DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 67.17%

R = 3.92%
G = 28.92%
B = 67.17%

CMYK

 C value IS 0.94

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0D60DF (or 0x0D60DF) is known color: Navy Blue. HEX triplet: 0D, 60 and DF. RGB value is (13,96,223). Sum of RGB (Red+Green+Blue) = 13+96+223=332 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.92% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 223 (87.5% from 255 or 67.17% from 332); Max value from RGB is 223 - color contains mainly: blue. Hex color #0D60DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D60DF is #F29F20. Grayscale: #555555. Windows color (decimal): -15900449 or 14639117. OLE color: 14639117.

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

Color convert

RGB 13 96 223 -
CMYK 0.94 0.57 0 0.13
HSL 216.29º 0.89% 0.46% -
HSV(B) 216.29º 0.94% 0.87% -
XYZ 17.67 13.78 71.54 -
YUV 85.66 205.5 76.17 -
System Red Green Blue C M Y K H S L
Decimal 13 96 223 0.94 0.57 0 0.13 216.29 0.89 0.46
Hex D 60 DF 5E 39 0 D D8 59 2E
Octal 15 140 337 136 71 0 15 330 131 56
Binary 1101 1100000 11011111 1011110 111001 0 1101 11011000 1011001 101110

Color Harmonies of #0D60DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D60DF

Black with #0D60DF

Text Example


Text Example

White with #0D60DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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