Html Css Color HEX #091C67 Sapphire

📋 copy color: '#091C67'

red 9 ◦ green 28 ◦ blue 103

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

Shades of Sapphire #091C67

Tints of Sapphire #091C67

RGB

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

 GREEN value IS 28 (11.33% from 255) = 20%

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

R = 6.43%
G = 20%
B = 73.57%

CMYK

 C value IS 0.91

 M value IS 0.73

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#091C67 (or 0x091C67) is known color: Sapphire. HEX triplet: 09, 1C and 67. RGB value is (9,28,103). Sum of RGB (Red+Green+Blue) = 9+28+103=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 28 (11.33% from 255 or 20% from 140); Blue value is 103 (40.62% from 255 or 73.57% from 140); Max value from RGB is 103 - color contains mainly: blue. Hex color #091C67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091C67 is #F6E398. Grayscale: #1E1E1E. Windows color (decimal): -16180121 or 6757385. OLE color: 6757385.

HSL color Cylindrical-coordinate representation of color #091C67: hue angle of 227.87º 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 #091C67 is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 9 28 103 -
CMYK 0.91 0.73 0 0.60
HSL 227.87º 0.84% 0.22% -
HSV(B) 227.87º 0.91% 0.4% -
XYZ 2.98 1.87 13.04 -
YUV 30.87 168.71 112.4 -
System Red Green Blue C M Y K H S L
Decimal 9 28 103 0.91 0.73 0 0.60 227.87 0.84 0.22
Hex 9 1C 67 5B 49 0 3C E4 54 16
Octal 11 34 147 133 111 0 74 344 124 26
Binary 1001 11100 1100111 1011011 1001001 0 111100 11100100 1010100 10110

Color Harmonies of #091C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091C67

Black with #091C67

Text Example


Text Example

White with #091C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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