Html Css Color HEX #152A71 Sapphire

📋 copy color: '#152A71'

red 21 ◦ green 42 ◦ blue 113

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

Shades of Sapphire #152A71

Tints of Sapphire #152A71

RGB

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

 GREEN value IS 42 (16.8% from 255) = 23.86%

 BLUE value IS 113 (44.53% from 255) = 64.2%

R = 11.93%
G = 23.86%
B = 64.2%

CMYK

 C value IS 0.81

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#152A71 (or 0x152A71) is known color: Sapphire. HEX triplet: 15, 2A and 71. RGB value is (21,42,113). Sum of RGB (Red+Green+Blue) = 21+42+113=176 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.93% from 176); Green value is 42 (16.80% from 255 or 23.86% from 176); Blue value is 113 (44.53% from 255 or 64.20% from 176); Max value from RGB is 113 - color contains mainly: blue. Hex color #152A71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152A71 is #EAD58E. Grayscale: #2B2B2B. Windows color (decimal): -15390095 or 7416341. OLE color: 7416341.

HSL color Cylindrical-coordinate representation of color #152A71: hue angle of 226.3º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #152A71 is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 21 42 113 -
CMYK 0.81 0.63 0 0.56
HSL 226.3º 0.69% 0.26% -
HSV(B) 226.3º 0.81% 0.44% -
XYZ 4.12 3.01 15.99 -
YUV 43.82 167.04 111.73 -
System Red Green Blue C M Y K H S L
Decimal 21 42 113 0.81 0.63 0 0.56 226.3 0.69 0.26
Hex 15 2A 71 51 3F 0 38 E2 45 1A
Octal 25 52 161 121 77 0 70 342 105 32
Binary 10101 101010 1110001 1010001 111111 0 111000 11100010 1000101 11010

Color Harmonies of #152A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152A71

Black with #152A71

Text Example


Text Example

White with #152A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,42,113); }

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

background-color css

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

 a { background-color: rgb(21,42,113); }

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

border-color css

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

 span { border-color: rgb(21,42,113); }

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