Html Css Color HEX #153472 Sapphire

📋 copy color: '#153472'

red 21 ◦ green 52 ◦ blue 114

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

Shades of Sapphire #153472

Tints of Sapphire #153472

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.81%

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

R = 11.23%
G = 27.81%
B = 60.96%

CMYK

 C value IS 0.82

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#153472 (or 0x153472) is known color: Sapphire. HEX triplet: 15, 34 and 72. RGB value is (21,52,114). Sum of RGB (Red+Green+Blue) = 21+52+114=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 114 (44.92% from 255 or 60.96% from 187); Max value from RGB is 114 - color contains mainly: blue. Hex color #153472 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153472 is #EACB8D. Grayscale: #313131. Windows color (decimal): -15387534 or 7484437. OLE color: 7484437.

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

Color convert

RGB 21 52 114 -
CMYK 0.82 0.54 0 0.55
HSL 220º 0.69% 0.26% -
HSV(B) 220º 0.82% 0.45% -
XYZ 4.57 3.83 16.42 -
YUV 49.8 164.23 107.46 -
System Red Green Blue C M Y K H S L
Decimal 21 52 114 0.82 0.54 0 0.55 220 0.69 0.26
Hex 15 34 72 52 36 0 37 DC 45 1A
Octal 25 64 162 122 66 0 67 334 105 32
Binary 10101 110100 1110010 1010010 110110 0 110111 11011100 1000101 11010

Color Harmonies of #153472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153472

Black with #153472

Text Example


Text Example

White with #153472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153472; }

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

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

background-color css

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

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

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

border-color css

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

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

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