Html Css Color HEX #091A68 Sapphire

📋 copy color: '#091A68'

red 9 ◦ green 26 ◦ blue 104

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

Shades of Sapphire #091A68

Tints of Sapphire #091A68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 74.82%

R = 6.47%
G = 18.71%
B = 74.82%

CMYK

 C value IS 0.91

 M value IS 0.75

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#091A68 (or 0x091A68) is known color: Sapphire. HEX triplet: 09, 1A and 68. RGB value is (9,26,104). Sum of RGB (Red+Green+Blue) = 9+26+104=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 26 (10.55% from 255 or 18.71% from 139); Blue value is 104 (41.02% from 255 or 74.82% from 139); Max value from RGB is 104 - color contains mainly: blue. Hex color #091A68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091A68 is #F6E597. Grayscale: #1D1D1D. Windows color (decimal): -16180632 or 6822409. OLE color: 6822409.

HSL color Cylindrical-coordinate representation of color #091A68: hue angle of 229.26º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #091A68 is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 9 26 104 -
CMYK 0.91 0.75 0 0.59
HSL 229.26º 0.84% 0.22% -
HSV(B) 229.26º 0.91% 0.41% -
XYZ 2.98 1.8 13.29 -
YUV 29.81 169.87 113.16 -
System Red Green Blue C M Y K H S L
Decimal 9 26 104 0.91 0.75 0 0.59 229.26 0.84 0.22
Hex 9 1A 68 5B 4B 0 3B E5 54 16
Octal 11 32 150 133 113 0 73 345 124 26
Binary 1001 11010 1101000 1011011 1001011 0 111011 11100101 1010100 10110

Color Harmonies of #091A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091A68

Black with #091A68

Text Example


Text Example

White with #091A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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