Html Css Color HEX #152F64 Sapphire

📋 copy color: '#152F64'

red 21 ◦ green 47 ◦ blue 100

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

Shades of Sapphire #152F64

Tints of Sapphire #152F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 59.52%

R = 12.5%
G = 27.98%
B = 59.52%

CMYK

 C value IS 0.79

 M value IS 0.53

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#152F64 (or 0x152F64) is known color: Sapphire. HEX triplet: 15, 2F and 64. RGB value is (21,47,100). Sum of RGB (Red+Green+Blue) = 21+47+100=168 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.5% from 168); Green value is 47 (18.75% from 255 or 27.98% from 168); Blue value is 100 (39.45% from 255 or 59.52% from 168); Max value from RGB is 100 - color contains mainly: blue. Hex color #152F64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152F64 is #EAD09B. Grayscale: #2D2D2D. Windows color (decimal): -15388828 or 6565653. OLE color: 6565653.

HSL color Cylindrical-coordinate representation of color #152F64: hue angle of 220.25º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #152F64 is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 21 47 100 -
CMYK 0.79 0.53 0 0.61
HSL 220.25º 0.65% 0.24% -
HSV(B) 220.25º 0.79% 0.39% -
XYZ 3.63 3.11 12.47 -
YUV 45.27 158.89 110.69 -
System Red Green Blue C M Y K H S L
Decimal 21 47 100 0.79 0.53 0 0.61 220.25 0.65 0.24
Hex 15 2F 64 4F 35 0 3D DC 41 18
Octal 25 57 144 117 65 0 75 334 101 30
Binary 10101 101111 1100100 1001111 110101 0 111101 11011100 1000001 11000

Color Harmonies of #152F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152F64

Black with #152F64

Text Example


Text Example

White with #152F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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