Html Css Color HEX #0A52FB Navy Blue

📋 copy color: '#0A52FB'

red 10 ◦ green 82 ◦ blue 251

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

Shades of Navy Blue #0A52FB

Tints of Navy Blue #0A52FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 73.18%

R = 2.92%
G = 23.91%
B = 73.18%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0A52FB (or 0x0A52FB) is known color: Navy Blue. HEX triplet: 0A, 52 and FB. RGB value is (10,82,251). Sum of RGB (Red+Green+Blue) = 10+82+251=343 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.92% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 251 (98.44% from 255 or 73.18% from 343); Max value from RGB is 251 - color contains mainly: blue. Hex color #0A52FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A52FB is #F5AD04. Grayscale: #4E4E4E. Windows color (decimal): -16100613 or 16470538. OLE color: 16470538.

HSL color Cylindrical-coordinate representation of color #0A52FB: hue angle of 222.07º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A52FB is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 10 82 251 -
CMYK 0.96 0.67 0 0.02
HSL 222.07º 0.97% 0.51% -
HSV(B) 222.07º 0.96% 0.98% -
XYZ 20.56 13.06 92.71 -
YUV 79.74 224.65 78.26 -
System Red Green Blue C M Y K H S L
Decimal 10 82 251 0.96 0.67 0 0.02 222.07 0.97 0.51
Hex A 52 FB 60 43 0 2 DE 61 33
Octal 12 122 373 140 103 0 2 336 141 63
Binary 1010 1010010 11111011 1100000 1000011 0 10 11011110 1100001 110011

Color Harmonies of #0A52FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A52FB

Black with #0A52FB

Text Example


Text Example

White with #0A52FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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