Html Css Color HEX #0A52DF Navy Blue

📋 copy color: '#0A52DF'

red 10 ◦ green 82 ◦ blue 223

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

Shades of Navy Blue #0A52DF

Tints of Navy Blue #0A52DF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.03%

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

R = 3.17%
G = 26.03%
B = 70.79%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0A52DF (or 0x0A52DF) is known color: Navy Blue. HEX triplet: 0A, 52 and DF. RGB value is (10,82,223). Sum of RGB (Red+Green+Blue) = 10+82+223=315 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.17% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 223 (87.5% from 255 or 70.79% from 315); Max value from RGB is 223 - color contains mainly: blue. Hex color #0A52DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A52DF is #F5AD20. Grayscale: #4B4B4B. Windows color (decimal): -16100641 or 14635530. OLE color: 14635530.

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

Color convert

RGB 10 82 223 -
CMYK 0.96 0.63 0 0.13
HSL 219.72º 0.91% 0.46% -
HSV(B) 219.72º 0.96% 0.87% -
XYZ 16.46 11.43 71.15 -
YUV 76.55 210.65 80.54 -
System Red Green Blue C M Y K H S L
Decimal 10 82 223 0.96 0.63 0 0.13 219.72 0.91 0.46
Hex A 52 DF 60 3F 0 D DC 5B 2E
Octal 12 122 337 140 77 0 15 334 133 56
Binary 1010 1010010 11011111 1100000 111111 0 1101 11011100 1011011 101110

Color Harmonies of #0A52DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A52DF

Black with #0A52DF

Text Example


Text Example

White with #0A52DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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