Html Css Color HEX #000A52 Sapphire

📋 copy color: '#000A52'

red 0 ◦ green 10 ◦ blue 82

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

Shades of Sapphire #000A52

Tints of Sapphire #000A52

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 10 (4.3% from 255) = 10.87%

 BLUE value IS 82 (32.42% from 255) = 89.13%

R = 0%
G = 10.87%
B = 89.13%

CMYK

 C value IS 1

 M value IS 0.88

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#000A52 (or 0x000A52) is known color: Sapphire. HEX triplet: 00, 0A and 52. RGB value is (0,10,82). Sum of RGB (Red+Green+Blue) = 0+10+82=92 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 92); Green value is 10 (4.30% from 255 or 10.87% from 92); Blue value is 82 (32.42% from 255 or 89.13% from 92); Max value from RGB is 82 - color contains mainly: blue. Hex color #000A52 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000A52 is #FFF5AD. Grayscale: #0E0E0E. Windows color (decimal): -16774574 or 5376512. OLE color: 5376512.

HSL color Cylindrical-coordinate representation of color #000A52: hue angle of 232.68º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000A52 is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 0 10 82 -
CMYK 1 0.88 0 0.68
HSL 232.68º 1% 0.16% -
HSV(B) 232.68º 1% 0.32% -
XYZ 1.63 0.83 8.06 -
YUV 15.22 165.69 117.15 -
System Red Green Blue C M Y K H S L
Decimal 0 10 82 1 0.88 0 0.68 232.68 1 0.16
Hex 0 A 52 64 58 0 44 E9 64 10
Octal 0 12 122 144 130 0 104 351 144 20
Binary 0 1010 1010010 1100100 1011000 0 1000100 11101001 1100100 10000

Color Harmonies of #000A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000A52

Black with #000A52

Text Example


Text Example

White with #000A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000A52; }

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

 H1.HeaderClassName
 {
   color: #000A52;
 }
 .AnyTagClassName
 {
   color: #000A52;
 }
</style>

background-color css

<style>
 a { background-color: #000A52; }

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

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

border-color css

<style>
 span { border-color: #000A52; }

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

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