Html Css Color HEX #152E75 Sapphire

📋 copy color: '#152E75'

red 21 ◦ green 46 ◦ blue 117

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

Shades of Sapphire #152E75

Tints of Sapphire #152E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 63.59%

R = 11.41%
G = 25%
B = 63.59%

CMYK

 C value IS 0.82

 M value IS 0.61

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#152E75 (or 0x152E75) is known color: Sapphire. HEX triplet: 15, 2E and 75. RGB value is (21,46,117). Sum of RGB (Red+Green+Blue) = 21+46+117=184 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.41% from 184); Green value is 46 (18.36% from 255 or 25% from 184); Blue value is 117 (46.09% from 255 or 63.59% from 184); Max value from RGB is 117 - color contains mainly: blue. Hex color #152E75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152E75 is #EAD18A. Grayscale: #2E2E2E. Windows color (decimal): -15389067 or 7679509. OLE color: 7679509.

HSL color Cylindrical-coordinate representation of color #152E75: hue angle of 224.38º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #152E75 is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 21 46 117 -
CMYK 0.82 0.61 0 0.54
HSL 224.38º 0.7% 0.27% -
HSV(B) 224.38º 0.82% 0.46% -
XYZ 4.5 3.4 17.25 -
YUV 46.62 167.72 109.73 -
System Red Green Blue C M Y K H S L
Decimal 21 46 117 0.82 0.61 0 0.54 224.38 0.7 0.27
Hex 15 2E 75 52 3D 0 36 E0 46 1B
Octal 25 56 165 122 75 0 66 340 106 33
Binary 10101 101110 1110101 1010010 111101 0 110110 11100000 1000110 11011

Color Harmonies of #152E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152E75

Black with #152E75

Text Example


Text Example

White with #152E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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