Html Css Color HEX #090F52 Sapphire

📋 copy color: '#090F52'

red 9 ◦ green 15 ◦ blue 82

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

Shades of Sapphire #090F52

Tints of Sapphire #090F52

RGB

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

 GREEN value IS 15 (6.25% from 255) = 14.15%

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

R = 8.49%
G = 14.15%
B = 77.36%

CMYK

 C value IS 0.89

 M value IS 0.82

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#090F52 (or 0x090F52) is known color: Sapphire. HEX triplet: 09, 0F and 52. RGB value is (9,15,82). Sum of RGB (Red+Green+Blue) = 9+15+82=106 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.49% from 106); Green value is 15 (6.25% from 255 or 14.15% from 106); Blue value is 82 (32.42% from 255 or 77.36% from 106); Max value from RGB is 82 - color contains mainly: blue. Hex color #090F52 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090F52 is #F6F0AD. Grayscale: #141414. Windows color (decimal): -16183470 or 5377801. OLE color: 5377801.

HSL color Cylindrical-coordinate representation of color #090F52: hue angle of 235.07º 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 #090F52 is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 9 15 82 -
CMYK 0.89 0.82 0 0.68
HSL 235.07º 0.8% 0.18% -
HSV(B) 235.07º 0.89% 0.32% -
XYZ 1.81 1.01 8.08 -
YUV 20.84 162.51 119.55 -
System Red Green Blue C M Y K H S L
Decimal 9 15 82 0.89 0.82 0 0.68 235.07 0.8 0.18
Hex 9 F 52 59 52 0 44 EB 50 12
Octal 11 17 122 131 122 0 104 353 120 22
Binary 1001 1111 1010010 1011001 1010010 0 1000100 11101011 1010000 10010

Color Harmonies of #090F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090F52

Black with #090F52

Text Example


Text Example

White with #090F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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