Html Css Color HEX #152E5A Sapphire

📋 copy color: '#152E5A'

red 21 ◦ green 46 ◦ blue 90

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

Shades of Sapphire #152E5A

Tints of Sapphire #152E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 57.32%

R = 13.38%
G = 29.3%
B = 57.32%

CMYK

 C value IS 0.77

 M value IS 0.49

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#152E5A (or 0x152E5A) is known color: Sapphire. HEX triplet: 15, 2E and 5A. RGB value is (21,46,90). Sum of RGB (Red+Green+Blue) = 21+46+90=157 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.38% from 157); Green value is 46 (18.36% from 255 or 29.30% from 157); Blue value is 90 (35.55% from 255 or 57.32% from 157); Max value from RGB is 90 - color contains mainly: blue. Hex color #152E5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152E5A is #EAD1A5. Grayscale: #2B2B2B. Windows color (decimal): -15389094 or 5910037. OLE color: 5910037.

HSL color Cylindrical-coordinate representation of color #152E5A: hue angle of 218.26º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #152E5A is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 21 46 90 -
CMYK 0.77 0.49 0 0.65
HSL 218.26º 0.62% 0.22% -
HSV(B) 218.26º 0.77% 0.35% -
XYZ 3.13 2.85 10.06 -
YUV 43.54 154.22 111.92 -
System Red Green Blue C M Y K H S L
Decimal 21 46 90 0.77 0.49 0 0.65 218.26 0.62 0.22
Hex 15 2E 5A 4D 31 0 41 DA 3E 16
Octal 25 56 132 115 61 0 101 332 76 26
Binary 10101 101110 1011010 1001101 110001 0 1000001 11011010 111110 10110

Color Harmonies of #152E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152E5A

Black with #152E5A

Text Example


Text Example

White with #152E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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