Html Css Color HEX #091D4E Sapphire

📋 copy color: '#091D4E'

red 9 ◦ green 29 ◦ blue 78

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

Shades of Sapphire #091D4E

Tints of Sapphire #091D4E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 25%

 BLUE value IS 78 (30.86% from 255) = 67.24%

R = 7.76%
G = 25%
B = 67.24%

CMYK

 C value IS 0.88

 M value IS 0.63

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#091D4E (or 0x091D4E) is known color: Sapphire. HEX triplet: 09, 1D and 4E. RGB value is (9,29,78). Sum of RGB (Red+Green+Blue) = 9+29+78=116 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.76% from 116); Green value is 29 (11.72% from 255 or 25% from 116); Blue value is 78 (30.86% from 255 or 67.24% from 116); Max value from RGB is 78 - color contains mainly: blue. Hex color #091D4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091D4E is #F6E2B1. Grayscale: #1C1C1C. Windows color (decimal): -16179890 or 5119241. OLE color: 5119241.

HSL color Cylindrical-coordinate representation of color #091D4E: hue angle of 222.61º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #091D4E is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 9 29 78 -
CMYK 0.88 0.63 0 0.69
HSL 222.61º 0.79% 0.17% -
HSV(B) 222.61º 0.88% 0.31% -
XYZ 1.93 1.49 7.39 -
YUV 28.61 155.87 114.02 -
System Red Green Blue C M Y K H S L
Decimal 9 29 78 0.88 0.63 0 0.69 222.61 0.79 0.17
Hex 9 1D 4E 58 3F 0 45 DF 4F 11
Octal 11 35 116 130 77 0 105 337 117 21
Binary 1001 11101 1001110 1011000 111111 0 1000101 11011111 1001111 10001

Color Harmonies of #091D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091D4E

Black with #091D4E

Text Example


Text Example

White with #091D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,29,78); }

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

background-color css

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

 a { background-color: rgb(9,29,78); }

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

border-color css

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

 span { border-color: rgb(9,29,78); }

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