Html Css Color HEX #0A1952 Sapphire

📋 copy color: '#0A1952'

red 10 ◦ green 25 ◦ blue 82

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

Shades of Sapphire #0A1952

Tints of Sapphire #0A1952

RGB

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

 GREEN value IS 25 (10.16% from 255) = 21.37%

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

R = 8.55%
G = 21.37%
B = 70.09%

CMYK

 C value IS 0.88

 M value IS 0.70

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0A1952 (or 0x0A1952) is known color: Sapphire. HEX triplet: 0A, 19 and 52. RGB value is (10,25,82). Sum of RGB (Red+Green+Blue) = 10+25+82=117 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.55% from 117); Green value is 25 (10.16% from 255 or 21.37% from 117); Blue value is 82 (32.42% from 255 or 70.09% from 117); Max value from RGB is 82 - color contains mainly: blue. Hex color #0A1952 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1952 is #F5E6AD. Grayscale: #1A1A1A. Windows color (decimal): -16115374 or 5380362. OLE color: 5380362.

HSL color Cylindrical-coordinate representation of color #0A1952: hue angle of 227.5º 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 #0A1952 is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 10 25 82 -
CMYK 0.88 0.70 0 0.68
HSL 227.5º 0.78% 0.18% -
HSV(B) 227.5º 0.88% 0.32% -
XYZ 2 1.37 8.14 -
YUV 27.01 159.03 115.87 -
System Red Green Blue C M Y K H S L
Decimal 10 25 82 0.88 0.70 0 0.68 227.5 0.78 0.18
Hex A 19 52 58 46 0 44 E4 4E 12
Octal 12 31 122 130 106 0 104 344 116 22
Binary 1010 11001 1010010 1011000 1000110 0 1000100 11100100 1001110 10010

Color Harmonies of #0A1952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1952

Black with #0A1952

Text Example


Text Example

White with #0A1952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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