Html Css Color HEX #0A2952 Sapphire

📋 copy color: '#0A2952'

red 10 ◦ green 41 ◦ blue 82

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

Shades of Sapphire #0A2952

Tints of Sapphire #0A2952

RGB

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

 GREEN value IS 41 (16.41% from 255) = 30.83%

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

R = 7.52%
G = 30.83%
B = 61.65%

CMYK

 C value IS 0.88

 M value IS 0.50

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0A2952 (or 0x0A2952) is known color: Sapphire. HEX triplet: 0A, 29 and 52. RGB value is (10,41,82). Sum of RGB (Red+Green+Blue) = 10+41+82=133 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.52% from 133); Green value is 41 (16.41% from 255 or 30.83% from 133); Blue value is 82 (32.42% from 255 or 61.65% from 133); Max value from RGB is 82 - color contains mainly: blue. Hex color #0A2952 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2952 is #F5D6AD. Grayscale: #242424. Windows color (decimal): -16111278 or 5384458. OLE color: 5384458.

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

Color convert

RGB 10 41 82 -
CMYK 0.88 0.50 0 0.68
HSL 214.17º 0.78% 0.18% -
HSV(B) 214.17º 0.88% 0.32% -
XYZ 2.44 2.26 8.29 -
YUV 36.41 153.73 109.17 -
System Red Green Blue C M Y K H S L
Decimal 10 41 82 0.88 0.50 0 0.68 214.17 0.78 0.18
Hex A 29 52 58 32 0 44 D6 4E 12
Octal 12 51 122 130 62 0 104 326 116 22
Binary 1010 101001 1010010 1011000 110010 0 1000100 11010110 1001110 10010

Color Harmonies of #0A2952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2952

Black with #0A2952

Text Example


Text Example

White with #0A2952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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