Html Css Color HEX #091D4B Sapphire

📋 copy color: '#091D4B'

red 9 ◦ green 29 ◦ blue 75

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

Shades of Sapphire #091D4B

Tints of Sapphire #091D4B

RGB

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

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

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

R = 7.96%
G = 25.66%
B = 66.37%

CMYK

 C value IS 0.88

 M value IS 0.61

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#091D4B (or 0x091D4B) is known color: Sapphire. HEX triplet: 09, 1D and 4B. RGB value is (9,29,75). Sum of RGB (Red+Green+Blue) = 9+29+75=113 (14% of max value = 765). Red value is 9 (3.91% from 255 or 7.96% from 113); Green value is 29 (11.72% from 255 or 25.66% from 113); Blue value is 75 (29.69% from 255 or 66.37% from 113); Max value from RGB is 75 - color contains mainly: blue. Hex color #091D4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091D4B is #F6E2B4. Grayscale: #1C1C1C. Windows color (decimal): -16179893 or 4922633. OLE color: 4922633.

HSL color Cylindrical-coordinate representation of color #091D4B: hue angle of 221.82º 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 #091D4B is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 29 75 -
CMYK 0.88 0.61 0 0.71
HSL 221.82º 0.79% 0.16% -
HSV(B) 221.82º 0.88% 0.29% -
XYZ 1.82 1.44 6.84 -
YUV 28.26 154.37 114.26 -
System Red Green Blue C M Y K H S L
Decimal 9 29 75 0.88 0.61 0 0.71 221.82 0.79 0.16
Hex 9 1D 4B 58 3D 0 47 DE 4F 10
Octal 11 35 113 130 75 0 107 336 117 20
Binary 1001 11101 1001011 1011000 111101 0 1000111 11011110 1001111 10000

Color Harmonies of #091D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091D4B

Black with #091D4B

Text Example


Text Example

White with #091D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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