Html Css Color HEX #152772 Sapphire

📋 copy color: '#152772'

red 21 ◦ green 39 ◦ blue 114

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

Shades of Sapphire #152772

Tints of Sapphire #152772

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.41%

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

R = 12.07%
G = 22.41%
B = 65.52%

CMYK

 C value IS 0.82

 M value IS 0.66

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#152772 (or 0x152772) is known color: Sapphire. HEX triplet: 15, 27 and 72. RGB value is (21,39,114). Sum of RGB (Red+Green+Blue) = 21+39+114=174 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12.07% from 174); Green value is 39 (15.62% from 255 or 22.41% from 174); Blue value is 114 (44.92% from 255 or 65.52% from 174); Max value from RGB is 114 - color contains mainly: blue. Hex color #152772 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152772 is #EAD88D. Grayscale: #292929. Windows color (decimal): -15390862 or 7481109. OLE color: 7481109.

HSL color Cylindrical-coordinate representation of color #152772: hue angle of 228.39º 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 #152772 is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 21 39 114 -
CMYK 0.82 0.66 0 0.55
HSL 228.39º 0.69% 0.26% -
HSV(B) 228.39º 0.82% 0.45% -
XYZ 4.07 2.83 16.25 -
YUV 42.17 168.54 112.9 -
System Red Green Blue C M Y K H S L
Decimal 21 39 114 0.82 0.66 0 0.55 228.39 0.69 0.26
Hex 15 27 72 52 42 0 37 E4 45 1A
Octal 25 47 162 122 102 0 67 344 105 32
Binary 10101 100111 1110010 1010010 1000010 0 110111 11100100 1000101 11010

Color Harmonies of #152772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152772

Black with #152772

Text Example


Text Example

White with #152772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152772; }

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

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

background-color css

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

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

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

border-color css

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

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

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