Html Css Color HEX #153277 Sapphire

📋 copy color: '#153277'

red 21 ◦ green 50 ◦ blue 119

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

Shades of Sapphire #153277

Tints of Sapphire #153277

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.32%

 BLUE value IS 119 (46.88% from 255) = 62.63%

R = 11.05%
G = 26.32%
B = 62.63%

CMYK

 C value IS 0.82

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#153277 (or 0x153277) is known color: Sapphire. HEX triplet: 15, 32 and 77. RGB value is (21,50,119). Sum of RGB (Red+Green+Blue) = 21+50+119=190 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.05% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 119 (46.88% from 255 or 62.63% from 190); Max value from RGB is 119 - color contains mainly: blue. Hex color #153277 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153277 is #EACD88. Grayscale: #303030. Windows color (decimal): -15388041 or 7811605. OLE color: 7811605.

HSL color Cylindrical-coordinate representation of color #153277: hue angle of 222.24º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #153277 is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 21 50 119 -
CMYK 0.82 0.58 0 0.53
HSL 222.24º 0.7% 0.27% -
HSV(B) 222.24º 0.82% 0.47% -
XYZ 4.78 3.77 17.93 -
YUV 49.2 167.39 107.89 -
System Red Green Blue C M Y K H S L
Decimal 21 50 119 0.82 0.58 0 0.53 222.24 0.7 0.27
Hex 15 32 77 52 3A 0 35 DE 46 1B
Octal 25 62 167 122 72 0 65 336 106 33
Binary 10101 110010 1110111 1010010 111010 0 110101 11011110 1000110 11011

Color Harmonies of #153277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153277

Black with #153277

Text Example


Text Example

White with #153277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153277; }

 p { color: rgb(21,50,119); }

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

background-color css

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

 a { background-color: rgb(21,50,119); }

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

border-color css

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

 span { border-color: rgb(21,50,119); }

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