Html Css Color HEX #09154B Sapphire

📋 copy color: '#09154B'

red 9 ◦ green 21 ◦ blue 75

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

Shades of Sapphire #09154B

Tints of Sapphire #09154B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 20%

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

R = 8.57%
G = 20%
B = 71.43%

CMYK

 C value IS 0.88

 M value IS 0.72

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#09154B (or 0x09154B) is known color: Sapphire. HEX triplet: 09, 15 and 4B. RGB value is (9,21,75). Sum of RGB (Red+Green+Blue) = 9+21+75=105 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.57% from 105); Green value is 21 (8.59% from 255 or 20% from 105); Blue value is 75 (29.69% from 255 or 71.43% from 105); Max value from RGB is 75 - color contains mainly: blue. Hex color #09154B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09154B is #F6EAB4. Grayscale: #171717. Windows color (decimal): -16181941 or 4920585. OLE color: 4920585.

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

Color convert

RGB 9 21 75 -
CMYK 0.88 0.72 0 0.71
HSL 229.09º 0.79% 0.16% -
HSV(B) 229.09º 0.88% 0.29% -
XYZ 1.65 1.1 6.78 -
YUV 23.57 157.02 117.61 -
System Red Green Blue C M Y K H S L
Decimal 9 21 75 0.88 0.72 0 0.71 229.09 0.79 0.16
Hex 9 15 4B 58 48 0 47 E5 4F 10
Octal 11 25 113 130 110 0 107 345 117 20
Binary 1001 10101 1001011 1011000 1001000 0 1000111 11100101 1001111 10000

Color Harmonies of #09154B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09154B

Black with #09154B

Text Example


Text Example

White with #09154B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09154B; }

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

 H1.HeaderClassName
 {
   color: #09154B;
 }
 .AnyTagClassName
 {
   color: #09154B;
 }
</style>

background-color css

<style>
 a { background-color: #09154B; }

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

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

border-color css

<style>
 span { border-color: #09154B; }

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

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