Html Css Color HEX #092462 Sapphire

📋 copy color: '#092462'

red 9 ◦ green 36 ◦ blue 98

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

Shades of Sapphire #092462

Tints of Sapphire #092462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 68.53%

R = 6.29%
G = 25.17%
B = 68.53%

CMYK

 C value IS 0.91

 M value IS 0.63

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#092462 (or 0x092462) is known color: Sapphire. HEX triplet: 09, 24 and 62. RGB value is (9,36,98). Sum of RGB (Red+Green+Blue) = 9+36+98=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 36 (14.45% from 255 or 25.17% from 143); Blue value is 98 (38.67% from 255 or 68.53% from 143); Max value from RGB is 98 - color contains mainly: blue. Hex color #092462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092462 is #F6DB9D. Grayscale: #222222. Windows color (decimal): -16178078 or 6431753. OLE color: 6431753.

HSL color Cylindrical-coordinate representation of color #092462: hue angle of 221.8º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #092462 is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 36 98 -
CMYK 0.91 0.63 0 0.62
HSL 221.8º 0.83% 0.21% -
HSV(B) 221.8º 0.91% 0.38% -
XYZ 2.95 2.2 11.82 -
YUV 35 163.55 109.46 -
System Red Green Blue C M Y K H S L
Decimal 9 36 98 0.91 0.63 0 0.62 221.8 0.83 0.21
Hex 9 24 62 5B 3F 0 3E DE 53 15
Octal 11 44 142 133 77 0 76 336 123 25
Binary 1001 100100 1100010 1011011 111111 0 111110 11011110 1010011 10101

Color Harmonies of #092462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092462

Black with #092462

Text Example


Text Example

White with #092462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092462; }

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

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

background-color css

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

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

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

border-color css

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

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

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