Html Css Color HEX #092A57 Sapphire

📋 copy color: '#092A57'

red 9 ◦ green 42 ◦ blue 87

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

Shades of Sapphire #092A57

Tints of Sapphire #092A57

RGB

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

 GREEN value IS 42 (16.8% from 255) = 30.43%

 BLUE value IS 87 (34.38% from 255) = 63.04%

R = 6.52%
G = 30.43%
B = 63.04%

CMYK

 C value IS 0.90

 M value IS 0.52

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#092A57 (or 0x092A57) is known color: Sapphire. HEX triplet: 09, 2A and 57. RGB value is (9,42,87). Sum of RGB (Red+Green+Blue) = 9+42+87=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 42 (16.80% from 255 or 30.43% from 138); Blue value is 87 (34.38% from 255 or 63.04% from 138); Max value from RGB is 87 - color contains mainly: blue. Hex color #092A57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092A57 is #F6D5A8. Grayscale: #252525. Windows color (decimal): -16176553 or 5712393. OLE color: 5712393.

HSL color Cylindrical-coordinate representation of color #092A57: hue angle of 214.62º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #092A57 is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 9 42 87 -
CMYK 0.90 0.52 0 0.66
HSL 214.62º 0.81% 0.19% -
HSV(B) 214.62º 0.9% 0.34% -
XYZ 2.66 2.4 9.34 -
YUV 37.26 156.07 107.84 -
System Red Green Blue C M Y K H S L
Decimal 9 42 87 0.90 0.52 0 0.66 214.62 0.81 0.19
Hex 9 2A 57 5A 34 0 42 D7 51 13
Octal 11 52 127 132 64 0 102 327 121 23
Binary 1001 101010 1010111 1011010 110100 0 1000010 11010111 1010001 10011

Color Harmonies of #092A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092A57

Black with #092A57

Text Example


Text Example

White with #092A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092A57; }

 p { color: rgb(9,42,87); }

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

background-color css

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

 a { background-color: rgb(9,42,87); }

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

border-color css

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

 span { border-color: rgb(9,42,87); }

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