Html Css Color HEX #152E62 Sapphire

📋 copy color: '#152E62'

red 21 ◦ green 46 ◦ blue 98

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

Shades of Sapphire #152E62

Tints of Sapphire #152E62

RGB

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

 GREEN value IS 46 (18.36% from 255) = 27.88%

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

R = 12.73%
G = 27.88%
B = 59.39%

CMYK

 C value IS 0.79

 M value IS 0.53

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#152E62 (or 0x152E62) is known color: Sapphire. HEX triplet: 15, 2E and 62. RGB value is (21,46,98). Sum of RGB (Red+Green+Blue) = 21+46+98=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 46 (18.36% from 255 or 27.88% from 165); Blue value is 98 (38.67% from 255 or 59.39% from 165); Max value from RGB is 98 - color contains mainly: blue. Hex color #152E62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152E62 is #EAD19D. Grayscale: #2C2C2C. Windows color (decimal): -15389086 or 6434325. OLE color: 6434325.

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

Color convert

RGB 21 46 98 -
CMYK 0.79 0.53 0 0.62
HSL 220.52º 0.65% 0.23% -
HSV(B) 220.52º 0.79% 0.38% -
XYZ 3.49 3 11.95 -
YUV 44.45 158.22 111.27 -
System Red Green Blue C M Y K H S L
Decimal 21 46 98 0.79 0.53 0 0.62 220.52 0.65 0.23
Hex 15 2E 62 4F 35 0 3E DD 41 17
Octal 25 56 142 117 65 0 76 335 101 27
Binary 10101 101110 1100010 1001111 110101 0 111110 11011101 1000001 10111

Color Harmonies of #152E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152E62

Black with #152E62

Text Example


Text Example

White with #152E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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