Html Css Color HEX #092452 Sapphire

📋 copy color: '#092452'

red 9 ◦ green 36 ◦ blue 82

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

Shades of Sapphire #092452

Tints of Sapphire #092452

RGB

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

 GREEN value IS 36 (14.45% from 255) = 28.35%

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

R = 7.09%
G = 28.35%
B = 64.57%

CMYK

 C value IS 0.89

 M value IS 0.56

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#092452 (or 0x092452) is known color: Sapphire. HEX triplet: 09, 24 and 52. RGB value is (9,36,82). Sum of RGB (Red+Green+Blue) = 9+36+82=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 36 (14.45% from 255 or 28.35% from 127); Blue value is 82 (32.42% from 255 or 64.57% from 127); Max value from RGB is 82 - color contains mainly: blue. Hex color #092452 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092452 is #F6DBAD. Grayscale: #202020. Windows color (decimal): -16178094 or 5383177. OLE color: 5383177.

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

Color convert

RGB 9 36 82 -
CMYK 0.89 0.56 0 0.68
HSL 217.81º 0.8% 0.18% -
HSV(B) 217.81º 0.89% 0.32% -
XYZ 2.27 1.93 8.24 -
YUV 33.17 155.55 110.76 -
System Red Green Blue C M Y K H S L
Decimal 9 36 82 0.89 0.56 0 0.68 217.81 0.8 0.18
Hex 9 24 52 59 38 0 44 DA 50 12
Octal 11 44 122 131 70 0 104 332 120 22
Binary 1001 100100 1010010 1011001 111000 0 1000100 11011010 1010000 10010

Color Harmonies of #092452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092452

Black with #092452

Text Example


Text Example

White with #092452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092452; }

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

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

background-color css

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

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

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

border-color css

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

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

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