Html Css Color HEX #152C61 Sapphire

📋 copy color: '#152C61'

red 21 ◦ green 44 ◦ blue 97

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

Shades of Sapphire #152C61

Tints of Sapphire #152C61

RGB

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

 GREEN value IS 44 (17.58% from 255) = 27.16%

 BLUE value IS 97 (38.28% from 255) = 59.88%

R = 12.96%
G = 27.16%
B = 59.88%

CMYK

 C value IS 0.78

 M value IS 0.55

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#152C61 (or 0x152C61) is known color: Sapphire. HEX triplet: 15, 2C and 61. RGB value is (21,44,97). Sum of RGB (Red+Green+Blue) = 21+44+97=162 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.96% from 162); Green value is 44 (17.58% from 255 or 27.16% from 162); Blue value is 97 (38.28% from 255 or 59.88% from 162); Max value from RGB is 97 - color contains mainly: blue. Hex color #152C61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152C61 is #EAD39E. Grayscale: #2A2A2A. Windows color (decimal): -15389599 or 6368277. OLE color: 6368277.

HSL color Cylindrical-coordinate representation of color #152C61: hue angle of 221.84º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #152C61 is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 44 97 -
CMYK 0.78 0.55 0 0.62
HSL 221.84º 0.64% 0.23% -
HSV(B) 221.84º 0.78% 0.38% -
XYZ 3.37 2.82 11.68 -
YUV 43.17 158.38 112.19 -
System Red Green Blue C M Y K H S L
Decimal 21 44 97 0.78 0.55 0 0.62 221.84 0.64 0.23
Hex 15 2C 61 4E 37 0 3E DE 40 17
Octal 25 54 141 116 67 0 76 336 100 27
Binary 10101 101100 1100001 1001110 110111 0 111110 11011110 1000000 10111

Color Harmonies of #152C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152C61

Black with #152C61

Text Example


Text Example

White with #152C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152C61; }

 p { color: rgb(21,44,97); }

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

background-color css

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

 a { background-color: rgb(21,44,97); }

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

border-color css

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

 span { border-color: rgb(21,44,97); }

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