Html Css Color HEX #0A72DF Navy Blue

📋 copy color: '#0A72DF'

red 10 ◦ green 114 ◦ blue 223

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

Shades of Navy Blue #0A72DF

Tints of Navy Blue #0A72DF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.85%

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

R = 2.88%
G = 32.85%
B = 64.27%

CMYK

 C value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0A72DF (or 0x0A72DF) is known color: Navy Blue. HEX triplet: 0A, 72 and DF. RGB value is (10,114,223). Sum of RGB (Red+Green+Blue) = 10+114+223=347 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.88% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 223 (87.5% from 255 or 64.27% from 347); Max value from RGB is 223 - color contains mainly: blue. Hex color #0A72DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A72DF is #F58D20. Grayscale: #5E5E5E. Windows color (decimal): -16092449 or 14643722. OLE color: 14643722.

HSL color Cylindrical-coordinate representation of color #0A72DF: hue angle of 210.7º 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 #0A72DF is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 10 114 223 -
CMYK 0.96 0.49 0 0.13
HSL 210.7º 0.91% 0.46% -
HSV(B) 210.7º 0.96% 0.87% -
XYZ 19.46 17.43 72.15 -
YUV 95.33 200.04 67.14 -
System Red Green Blue C M Y K H S L
Decimal 10 114 223 0.96 0.49 0 0.13 210.7 0.91 0.46
Hex A 72 DF 60 31 0 D D3 5B 2E
Octal 12 162 337 140 61 0 15 323 133 56
Binary 1010 1110010 11011111 1100000 110001 0 1101 11010011 1011011 101110

Color Harmonies of #0A72DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A72DF

Black with #0A72DF

Text Example


Text Example

White with #0A72DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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