Html Css Color HEX #091952 Sapphire

📋 copy color: '#091952'

red 9 ◦ green 25 ◦ blue 82

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

Shades of Sapphire #091952

Tints of Sapphire #091952

RGB

 RED value IS 9 (3.91% from 255) = 7.76%

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

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

R = 7.76%
G = 21.55%
B = 70.69%

CMYK

 C value IS 0.89

 M value IS 0.70

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#091952 (or 0x091952) is known color: Sapphire. HEX triplet: 09, 19 and 52. RGB value is (9,25,82). Sum of RGB (Red+Green+Blue) = 9+25+82=116 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.76% from 116); Green value is 25 (10.16% from 255 or 21.55% from 116); Blue value is 82 (32.42% from 255 or 70.69% from 116); Max value from RGB is 82 - color contains mainly: blue. Hex color #091952 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091952 is #F6E6AD. Grayscale: #1A1A1A. Windows color (decimal): -16180910 or 5380361. OLE color: 5380361.

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

Color convert

RGB 9 25 82 -
CMYK 0.89 0.70 0 0.68
HSL 226.85º 0.8% 0.18% -
HSV(B) 226.85º 0.89% 0.32% -
XYZ 1.98 1.36 8.14 -
YUV 26.71 159.2 115.37 -
System Red Green Blue C M Y K H S L
Decimal 9 25 82 0.89 0.70 0 0.68 226.85 0.8 0.18
Hex 9 19 52 59 46 0 44 E3 50 12
Octal 11 31 122 131 106 0 104 343 120 22
Binary 1001 11001 1010010 1011001 1000110 0 1000100 11100011 1010000 10010

Color Harmonies of #091952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091952

Black with #091952

Text Example


Text Example

White with #091952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091952; }

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

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

background-color css

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

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

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

border-color css

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

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

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