Html Css Color HEX #152D62 Sapphire

📋 copy color: '#152D62'

red 21 ◦ green 45 ◦ blue 98

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

Shades of Sapphire #152D62

Tints of Sapphire #152D62

RGB

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

 GREEN value IS 45 (17.97% from 255) = 27.44%

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

R = 12.8%
G = 27.44%
B = 59.76%

CMYK

 C value IS 0.79

 M value IS 0.54

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#152D62 (or 0x152D62) is known color: Sapphire. HEX triplet: 15, 2D and 62. RGB value is (21,45,98). Sum of RGB (Red+Green+Blue) = 21+45+98=164 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.80% from 164); Green value is 45 (17.97% from 255 or 27.44% from 164); Blue value is 98 (38.67% from 255 or 59.76% from 164); Max value from RGB is 98 - color contains mainly: blue. Hex color #152D62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152D62 is #EAD29D. Grayscale: #2B2B2B. Windows color (decimal): -15389342 or 6434069. OLE color: 6434069.

HSL color Cylindrical-coordinate representation of color #152D62: hue angle of 221.3º 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 #152D62 is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 45 98 -
CMYK 0.79 0.54 0 0.62
HSL 221.3º 0.65% 0.23% -
HSV(B) 221.3º 0.79% 0.38% -
XYZ 3.45 2.92 11.94 -
YUV 43.87 158.55 111.69 -
System Red Green Blue C M Y K H S L
Decimal 21 45 98 0.79 0.54 0 0.62 221.3 0.65 0.23
Hex 15 2D 62 4F 36 0 3E DD 41 17
Octal 25 55 142 117 66 0 76 335 101 27
Binary 10101 101101 1100010 1001111 110110 0 111110 11011101 1000001 10111

Color Harmonies of #152D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152D62

Black with #152D62

Text Example


Text Example

White with #152D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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