Html Css Color HEX #152F62 Sapphire

📋 copy color: '#152F62'

red 21 ◦ green 47 ◦ blue 98

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

Shades of Sapphire #152F62

Tints of Sapphire #152F62

RGB

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

 GREEN value IS 47 (18.75% from 255) = 28.31%

 BLUE value IS 98 (38.67% from 255) = 59.04%

R = 12.65%
G = 28.31%
B = 59.04%

CMYK

 C value IS 0.79

 M value IS 0.52

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#152F62 (or 0x152F62) is known color: Sapphire. HEX triplet: 15, 2F and 62. RGB value is (21,47,98). Sum of RGB (Red+Green+Blue) = 21+47+98=166 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.65% from 166); Green value is 47 (18.75% from 255 or 28.31% from 166); Blue value is 98 (38.67% from 255 or 59.04% from 166); Max value from RGB is 98 - color contains mainly: blue. Hex color #152F62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152F62 is #EAD09D. Grayscale: #2C2C2C. Windows color (decimal): -15388830 or 6434581. OLE color: 6434581.

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

Color convert

RGB 21 47 98 -
CMYK 0.79 0.52 0 0.62
HSL 219.74º 0.65% 0.23% -
HSV(B) 219.74º 0.79% 0.38% -
XYZ 3.53 3.07 11.96 -
YUV 45.04 157.89 110.85 -
System Red Green Blue C M Y K H S L
Decimal 21 47 98 0.79 0.52 0 0.62 219.74 0.65 0.23
Hex 15 2F 62 4F 34 0 3E DC 41 17
Octal 25 57 142 117 64 0 76 334 101 27
Binary 10101 101111 1100010 1001111 110100 0 111110 11011100 1000001 10111

Color Harmonies of #152F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152F62

Black with #152F62

Text Example


Text Example

White with #152F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,47,98); }

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

background-color css

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

 a { background-color: rgb(21,47,98); }

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

border-color css

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

 span { border-color: rgb(21,47,98); }

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