Html Css Color HEX #09144C Sapphire

📋 copy color: '#09144C'

red 9 ◦ green 20 ◦ blue 76

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

Shades of Sapphire #09144C

Tints of Sapphire #09144C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.05%

 BLUE value IS 76 (30.08% from 255) = 72.38%

R = 8.57%
G = 19.05%
B = 72.38%

CMYK

 C value IS 0.88

 M value IS 0.74

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#09144C (or 0x09144C) is known color: Sapphire. HEX triplet: 09, 14 and 4C. RGB value is (9,20,76). Sum of RGB (Red+Green+Blue) = 9+20+76=105 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.57% from 105); Green value is 20 (8.20% from 255 or 19.05% from 105); Blue value is 76 (30.08% from 255 or 72.38% from 105); Max value from RGB is 76 - color contains mainly: blue. Hex color #09144C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09144C is #F6EBB3. Grayscale: #161616. Windows color (decimal): -16182196 or 4985865. OLE color: 4985865.

HSL color Cylindrical-coordinate representation of color #09144C: hue angle of 230.15º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09144C is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 9 20 76 -
CMYK 0.88 0.74 0 0.70
HSL 230.15º 0.79% 0.17% -
HSV(B) 230.15º 0.88% 0.3% -
XYZ 1.67 1.08 6.96 -
YUV 23.1 157.86 117.95 -
System Red Green Blue C M Y K H S L
Decimal 9 20 76 0.88 0.74 0 0.70 230.15 0.79 0.17
Hex 9 14 4C 58 4A 0 46 E6 4F 11
Octal 11 24 114 130 112 0 106 346 117 21
Binary 1001 10100 1001100 1011000 1001010 0 1000110 11100110 1001111 10001

Color Harmonies of #09144C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09144C

Black with #09144C

Text Example


Text Example

White with #09144C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09144C; }

 p { color: rgb(9,20,76); }

 H1.HeaderClassName
 {
   color: #09144C;
 }
 .AnyTagClassName
 {
   color: #09144C;
 }
</style>

background-color css

<style>
 a { background-color: #09144C; }

 a { background-color: rgb(9,20,76); }

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

border-color css

<style>
 span { border-color: #09144C; }

 span { border-color: rgb(9,20,76); }

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