Html Css Color HEX #152B64 Sapphire

📋 copy color: '#152B64'

red 21 ◦ green 43 ◦ blue 100

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

Shades of Sapphire #152B64

Tints of Sapphire #152B64

RGB

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

 GREEN value IS 43 (17.19% from 255) = 26.22%

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

R = 12.8%
G = 26.22%
B = 60.98%

CMYK

 C value IS 0.79

 M value IS 0.57

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#152B64 (or 0x152B64) is known color: Sapphire. HEX triplet: 15, 2B and 64. RGB value is (21,43,100). Sum of RGB (Red+Green+Blue) = 21+43+100=164 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.80% from 164); Green value is 43 (17.19% from 255 or 26.22% from 164); Blue value is 100 (39.45% from 255 or 60.98% from 164); Max value from RGB is 100 - color contains mainly: blue. Hex color #152B64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152B64 is #EAD49B. Grayscale: #2A2A2A. Windows color (decimal): -15389852 or 6564629. OLE color: 6564629.

HSL color Cylindrical-coordinate representation of color #152B64: hue angle of 223.29º 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 #152B64 is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 21 43 100 -
CMYK 0.79 0.57 0 0.61
HSL 223.29º 0.65% 0.24% -
HSV(B) 223.29º 0.79% 0.39% -
XYZ 3.47 2.81 12.42 -
YUV 42.92 160.21 112.37 -
System Red Green Blue C M Y K H S L
Decimal 21 43 100 0.79 0.57 0 0.61 223.29 0.65 0.24
Hex 15 2B 64 4F 39 0 3D DF 41 18
Octal 25 53 144 117 71 0 75 337 101 30
Binary 10101 101011 1100100 1001111 111001 0 111101 11011111 1000001 11000

Color Harmonies of #152B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152B64

Black with #152B64

Text Example


Text Example

White with #152B64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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