Html Css Color HEX #092467 Sapphire

📋 copy color: '#092467'

red 9 ◦ green 36 ◦ blue 103

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

Shades of Sapphire #092467

Tints of Sapphire #092467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 69.59%

R = 6.08%
G = 24.32%
B = 69.59%

CMYK

 C value IS 0.91

 M value IS 0.65

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#092467 (or 0x092467) is known color: Sapphire. HEX triplet: 09, 24 and 67. RGB value is (9,36,103). Sum of RGB (Red+Green+Blue) = 9+36+103=148 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.08% from 148); Green value is 36 (14.45% from 255 or 24.32% from 148); Blue value is 103 (40.62% from 255 or 69.59% from 148); Max value from RGB is 103 - color contains mainly: blue. Hex color #092467 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092467 is #F6DB98. Grayscale: #232323. Windows color (decimal): -16178073 or 6759433. OLE color: 6759433.

HSL color Cylindrical-coordinate representation of color #092467: hue angle of 222.77º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #092467 is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 9 36 103 -
CMYK 0.91 0.65 0 0.60
HSL 222.77º 0.84% 0.22% -
HSV(B) 222.77º 0.91% 0.4% -
XYZ 3.19 2.3 13.11 -
YUV 35.57 166.05 109.05 -
System Red Green Blue C M Y K H S L
Decimal 9 36 103 0.91 0.65 0 0.60 222.77 0.84 0.22
Hex 9 24 67 5B 41 0 3C DF 54 16
Octal 11 44 147 133 101 0 74 337 124 26
Binary 1001 100100 1100111 1011011 1000001 0 111100 11011111 1010100 10110

Color Harmonies of #092467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092467

Black with #092467

Text Example


Text Example

White with #092467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092467; }

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

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

background-color css

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

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

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

border-color css

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

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

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