Html Css Color HEX #091A4B Sapphire

📋 copy color: '#091A4B'

red 9 ◦ green 26 ◦ blue 75

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

Shades of Sapphire #091A4B

Tints of Sapphire #091A4B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 23.64%

 BLUE value IS 75 (29.69% from 255) = 68.18%

R = 8.18%
G = 23.64%
B = 68.18%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#091A4B (or 0x091A4B) is known color: Sapphire. HEX triplet: 09, 1A and 4B. RGB value is (9,26,75). Sum of RGB (Red+Green+Blue) = 9+26+75=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 26 (10.55% from 255 or 23.64% from 110); Blue value is 75 (29.69% from 255 or 68.18% from 110); Max value from RGB is 75 - color contains mainly: blue. Hex color #091A4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091A4B is #F6E5B4. Grayscale: #1A1A1A. Windows color (decimal): -16180661 or 4921865. OLE color: 4921865.

HSL color Cylindrical-coordinate representation of color #091A4B: hue angle of 224.55º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #091A4B is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 26 75 -
CMYK 0.88 0.65 0 0.71
HSL 224.55º 0.79% 0.16% -
HSV(B) 224.55º 0.88% 0.29% -
XYZ 1.75 1.3 6.82 -
YUV 26.5 155.37 115.52 -
System Red Green Blue C M Y K H S L
Decimal 9 26 75 0.88 0.65 0 0.71 224.55 0.79 0.16
Hex 9 1A 4B 58 41 0 47 E1 4F 10
Octal 11 32 113 130 101 0 107 341 117 20
Binary 1001 11010 1001011 1011000 1000001 0 1000111 11100001 1001111 10000

Color Harmonies of #091A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091A4B

Black with #091A4B

Text Example


Text Example

White with #091A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091A4B; }

 p { color: rgb(9,26,75); }

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

background-color css

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

 a { background-color: rgb(9,26,75); }

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

border-color css

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

 span { border-color: rgb(9,26,75); }

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