Html Css Color HEX #152F70 Sapphire

📋 copy color: '#152F70'

red 21 ◦ green 47 ◦ blue 112

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

Shades of Sapphire #152F70

Tints of Sapphire #152F70

RGB

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

 GREEN value IS 47 (18.75% from 255) = 26.11%

 BLUE value IS 112 (44.14% from 255) = 62.22%

R = 11.67%
G = 26.11%
B = 62.22%

CMYK

 C value IS 0.81

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#152F70 (or 0x152F70) is known color: Sapphire. HEX triplet: 15, 2F and 70. RGB value is (21,47,112). Sum of RGB (Red+Green+Blue) = 21+47+112=180 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.67% from 180); Green value is 47 (18.75% from 255 or 26.11% from 180); Blue value is 112 (44.14% from 255 or 62.22% from 180); Max value from RGB is 112 - color contains mainly: blue. Hex color #152F70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152F70 is #EAD08F. Grayscale: #2E2E2E. Windows color (decimal): -15388816 or 7352085. OLE color: 7352085.

HSL color Cylindrical-coordinate representation of color #152F70: hue angle of 222.86º degrees, saturation: 0.68, 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 #152F70 is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 21 47 112 -
CMYK 0.81 0.58 0 0.56
HSL 222.86º 0.68% 0.26% -
HSV(B) 222.86º 0.81% 0.44% -
XYZ 4.25 3.36 15.75 -
YUV 46.64 164.89 109.71 -
System Red Green Blue C M Y K H S L
Decimal 21 47 112 0.81 0.58 0 0.56 222.86 0.68 0.26
Hex 15 2F 70 51 3A 0 38 DF 44 1A
Octal 25 57 160 121 72 0 70 337 104 32
Binary 10101 101111 1110000 1010001 111010 0 111000 11011111 1000100 11010

Color Harmonies of #152F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152F70

Black with #152F70

Text Example


Text Example

White with #152F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,47,112); }

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

background-color css

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

 a { background-color: rgb(21,47,112); }

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

border-color css

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

 span { border-color: rgb(21,47,112); }

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