Html Css Color HEX #0A72DA Navy Blue

📋 copy color: '#0A72DA'

red 10 ◦ green 114 ◦ blue 218

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

Shades of Navy Blue #0A72DA

Tints of Navy Blue #0A72DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 63.74%

R = 2.92%
G = 33.33%
B = 63.74%

CMYK

 C value IS 0.95

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0A72DA (or 0x0A72DA) is known color: Navy Blue. HEX triplet: 0A, 72 and DA. RGB value is (10,114,218). Sum of RGB (Red+Green+Blue) = 10+114+218=342 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.92% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 218 (85.55% from 255 or 63.74% from 342); Max value from RGB is 218 - color contains mainly: blue. Hex color #0A72DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A72DA is #F58D25. Grayscale: #5E5E5E. Windows color (decimal): -16092454 or 14316042. OLE color: 14316042.

HSL color Cylindrical-coordinate representation of color #0A72DA: hue angle of 210º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A72DA is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 10 114 218 -
CMYK 0.95 0.48 0 0.15
HSL 210º 0.91% 0.45% -
HSV(B) 210º 0.95% 0.85% -
XYZ 18.8 17.16 68.65 -
YUV 94.76 197.54 67.54 -
System Red Green Blue C M Y K H S L
Decimal 10 114 218 0.95 0.48 0 0.15 210 0.91 0.45
Hex A 72 DA 5F 30 0 F D2 5B 2D
Octal 12 162 332 137 60 0 17 322 133 55
Binary 1010 1110010 11011010 1011111 110000 0 1111 11010010 1011011 101101

Color Harmonies of #0A72DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A72DA

Black with #0A72DA

Text Example


Text Example

White with #0A72DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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