Html Css Color HEX #153772 Sapphire

📋 copy color: '#153772'

red 21 ◦ green 55 ◦ blue 114

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

Shades of Sapphire #153772

Tints of Sapphire #153772

RGB

 RED value IS 21 (8.59% from 255) = 11.05%

 GREEN value IS 55 (21.88% from 255) = 28.95%

 BLUE value IS 114 (44.92% from 255) = 60%

R = 11.05%
G = 28.95%
B = 60%

CMYK

 C value IS 0.82

 M value IS 0.52

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#153772 (or 0x153772) is known color: Sapphire. HEX triplet: 15, 37 and 72. RGB value is (21,55,114). Sum of RGB (Red+Green+Blue) = 21+55+114=190 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.05% from 190); Green value is 55 (21.88% from 255 or 28.95% from 190); Blue value is 114 (44.92% from 255 or 60% from 190); Max value from RGB is 114 - color contains mainly: blue. Hex color #153772 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153772 is #EAC88D. Grayscale: #333333. Windows color (decimal): -15386766 or 7485205. OLE color: 7485205.

HSL color Cylindrical-coordinate representation of color #153772: hue angle of 218.06º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #153772 is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 21 55 114 -
CMYK 0.82 0.52 0 0.55
HSL 218.06º 0.69% 0.26% -
HSV(B) 218.06º 0.82% 0.45% -
XYZ 4.71 4.11 16.46 -
YUV 51.56 163.24 106.2 -
System Red Green Blue C M Y K H S L
Decimal 21 55 114 0.82 0.52 0 0.55 218.06 0.69 0.26
Hex 15 37 72 52 34 0 37 DA 45 1A
Octal 25 67 162 122 64 0 67 332 105 32
Binary 10101 110111 1110010 1010010 110100 0 110111 11011010 1000101 11010

Color Harmonies of #153772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153772

Black with #153772

Text Example


Text Example

White with #153772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153772; }

 p { color: rgb(21,55,114); }

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

background-color css

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

 a { background-color: rgb(21,55,114); }

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

border-color css

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

 span { border-color: rgb(21,55,114); }

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