Html Css Color HEX #152A75 Sapphire

📋 copy color: '#152A75'

red 21 ◦ green 42 ◦ blue 117

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

Shades of Sapphire #152A75

Tints of Sapphire #152A75

RGB

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

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

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

R = 11.67%
G = 23.33%
B = 65%

CMYK

 C value IS 0.82

 M value IS 0.64

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#152A75 (or 0x152A75) is known color: Sapphire. HEX triplet: 15, 2A and 75. RGB value is (21,42,117). Sum of RGB (Red+Green+Blue) = 21+42+117=180 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.67% from 180); Green value is 42 (16.80% from 255 or 23.33% from 180); Blue value is 117 (46.09% from 255 or 65% from 180); Max value from RGB is 117 - color contains mainly: blue. Hex color #152A75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152A75 is #EAD58A. Grayscale: #2B2B2B. Windows color (decimal): -15390091 or 7678485. OLE color: 7678485.

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

Color convert

RGB 21 42 117 -
CMYK 0.82 0.64 0 0.54
HSL 226.88º 0.7% 0.27% -
HSV(B) 226.88º 0.82% 0.46% -
XYZ 4.35 3.1 17.2 -
YUV 44.27 169.04 111.4 -
System Red Green Blue C M Y K H S L
Decimal 21 42 117 0.82 0.64 0 0.54 226.88 0.7 0.27
Hex 15 2A 75 52 40 0 36 E3 46 1B
Octal 25 52 165 122 100 0 66 343 106 33
Binary 10101 101010 1110101 1010010 1000000 0 110110 11100011 1000110 11011

Color Harmonies of #152A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152A75

Black with #152A75

Text Example


Text Example

White with #152A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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