Html Css Color HEX #09194A Sapphire

📋 copy color: '#09194A'

red 9 ◦ green 25 ◦ blue 74

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

Shades of Sapphire #09194A

Tints of Sapphire #09194A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 23.15%

 BLUE value IS 74 (29.3% from 255) = 68.52%

R = 8.33%
G = 23.15%
B = 68.52%

CMYK

 C value IS 0.88

 M value IS 0.66

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#09194A (or 0x09194A) is known color: Sapphire. HEX triplet: 09, 19 and 4A. RGB value is (9,25,74). Sum of RGB (Red+Green+Blue) = 9+25+74=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 25 (10.16% from 255 or 23.15% from 108); Blue value is 74 (29.30% from 255 or 68.52% from 108); Max value from RGB is 74 - color contains mainly: blue. Hex color #09194A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09194A is #F6E6B5. Grayscale: #191919. Windows color (decimal): -16180918 or 4856073. OLE color: 4856073.

HSL color Cylindrical-coordinate representation of color #09194A: hue angle of 225.23º degrees, saturation: 0.78, 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 #09194A is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 25 74 -
CMYK 0.88 0.66 0 0.71
HSL 225.23º 0.78% 0.16% -
HSV(B) 225.23º 0.88% 0.29% -
XYZ 1.7 1.25 6.63 -
YUV 25.8 155.2 116.02 -
System Red Green Blue C M Y K H S L
Decimal 9 25 74 0.88 0.66 0 0.71 225.23 0.78 0.16
Hex 9 19 4A 58 42 0 47 E1 4E 10
Octal 11 31 112 130 102 0 107 341 116 20
Binary 1001 11001 1001010 1011000 1000010 0 1000111 11100001 1001110 10000

Color Harmonies of #09194A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09194A

Black with #09194A

Text Example


Text Example

White with #09194A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09194A; }

 p { color: rgb(9,25,74); }

 H1.HeaderClassName
 {
   color: #09194A;
 }
 .AnyTagClassName
 {
   color: #09194A;
 }
</style>

background-color css

<style>
 a { background-color: #09194A; }

 a { background-color: rgb(9,25,74); }

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

border-color css

<style>
 span { border-color: #09194A; }

 span { border-color: rgb(9,25,74); }

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