Html Css Color HEX #0A1552 Sapphire

📋 copy color: '#0A1552'

red 10 ◦ green 21 ◦ blue 82

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

Shades of Sapphire #0A1552

Tints of Sapphire #0A1552

RGB

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

 GREEN value IS 21 (8.59% from 255) = 18.58%

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

R = 8.85%
G = 18.58%
B = 72.57%

CMYK

 C value IS 0.88

 M value IS 0.74

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0A1552 (or 0x0A1552) is known color: Sapphire. HEX triplet: 0A, 15 and 52. RGB value is (10,21,82). Sum of RGB (Red+Green+Blue) = 10+21+82=113 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.85% from 113); Green value is 21 (8.59% from 255 or 18.58% from 113); Blue value is 82 (32.42% from 255 or 72.57% from 113); Max value from RGB is 82 - color contains mainly: blue. Hex color #0A1552 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1552 is #F5EAAD. Grayscale: #181818. Windows color (decimal): -16116398 or 5379338. OLE color: 5379338.

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

Color convert

RGB 10 21 82 -
CMYK 0.88 0.74 0 0.68
HSL 230.83º 0.78% 0.18% -
HSV(B) 230.83º 0.88% 0.32% -
XYZ 1.92 1.21 8.12 -
YUV 24.67 160.36 117.54 -
System Red Green Blue C M Y K H S L
Decimal 10 21 82 0.88 0.74 0 0.68 230.83 0.78 0.18
Hex A 15 52 58 4A 0 44 E7 4E 12
Octal 12 25 122 130 112 0 104 347 116 22
Binary 1010 10101 1010010 1011000 1001010 0 1000100 11100111 1001110 10010

Color Harmonies of #0A1552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1552

Black with #0A1552

Text Example


Text Example

White with #0A1552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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