Html Css Color HEX #092453 Sapphire

📋 copy color: '#092453'

red 9 ◦ green 36 ◦ blue 83

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

Shades of Sapphire #092453

Tints of Sapphire #092453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 64.84%

R = 7.03%
G = 28.13%
B = 64.84%

CMYK

 C value IS 0.89

 M value IS 0.57

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#092453 (or 0x092453) is known color: Sapphire. HEX triplet: 09, 24 and 53. RGB value is (9,36,83). Sum of RGB (Red+Green+Blue) = 9+36+83=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 36 (14.45% from 255 or 28.12% from 128); Blue value is 83 (32.81% from 255 or 64.84% from 128); Max value from RGB is 83 - color contains mainly: blue. Hex color #092453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092453 is #F6DBAC. Grayscale: #212121. Windows color (decimal): -16178093 or 5448713. OLE color: 5448713.

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

Color convert

RGB 9 36 83 -
CMYK 0.89 0.57 0 0.67
HSL 218.11º 0.8% 0.18% -
HSV(B) 218.11º 0.89% 0.33% -
XYZ 2.3 1.94 8.44 -
YUV 33.29 156.05 110.68 -
System Red Green Blue C M Y K H S L
Decimal 9 36 83 0.89 0.57 0 0.67 218.11 0.8 0.18
Hex 9 24 53 59 39 0 43 DA 50 12
Octal 11 44 123 131 71 0 103 332 120 22
Binary 1001 100100 1010011 1011001 111001 0 1000011 11011010 1010000 10010

Color Harmonies of #092453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092453

Black with #092453

Text Example


Text Example

White with #092453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092453; }

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

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

background-color css

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

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

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

border-color css

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

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

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