Html Css Color HEX #0A60DF Navy Blue

📋 copy color: '#0A60DF'

red 10 ◦ green 96 ◦ blue 223

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

Shades of Navy Blue #0A60DF

Tints of Navy Blue #0A60DF

RGB

 RED value IS 10 (4.3% from 255) = 3.04%

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

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

R = 3.04%
G = 29.18%
B = 67.78%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0A60DF (or 0x0A60DF) is known color: Navy Blue. HEX triplet: 0A, 60 and DF. RGB value is (10,96,223). Sum of RGB (Red+Green+Blue) = 10+96+223=329 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.04% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 223 (87.5% from 255 or 67.78% from 329); Max value from RGB is 223 - color contains mainly: blue. Hex color #0A60DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A60DF is #F59F20. Grayscale: #545454. Windows color (decimal): -16097057 or 14639114. OLE color: 14639114.

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

Color convert

RGB 10 96 223 -
CMYK 0.96 0.57 0 0.13
HSL 215.77º 0.91% 0.46% -
HSV(B) 215.77º 0.96% 0.87% -
XYZ 17.63 13.76 71.54 -
YUV 84.76 206.01 74.67 -
System Red Green Blue C M Y K H S L
Decimal 10 96 223 0.96 0.57 0 0.13 215.77 0.91 0.46
Hex A 60 DF 60 39 0 D D8 5B 2E
Octal 12 140 337 140 71 0 15 330 133 56
Binary 1010 1100000 11011111 1100000 111001 0 1101 11011000 1011011 101110

Color Harmonies of #0A60DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A60DF

Black with #0A60DF

Text Example


Text Example

White with #0A60DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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