Html Css Color HEX #153064 Sapphire

📋 copy color: '#153064'

red 21 ◦ green 48 ◦ blue 100

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

Shades of Sapphire #153064

Tints of Sapphire #153064

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.4%

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

R = 12.43%
G = 28.4%
B = 59.17%

CMYK

 C value IS 0.79

 M value IS 0.52

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#153064 (or 0x153064) is known color: Sapphire. HEX triplet: 15, 30 and 64. RGB value is (21,48,100). Sum of RGB (Red+Green+Blue) = 21+48+100=169 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.43% from 169); Green value is 48 (19.14% from 255 or 28.40% from 169); Blue value is 100 (39.45% from 255 or 59.17% from 169); Max value from RGB is 100 - color contains mainly: blue. Hex color #153064 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153064 is #EACF9B. Grayscale: #2D2D2D. Windows color (decimal): -15388572 or 6565909. OLE color: 6565909.

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

Color convert

RGB 21 48 100 -
CMYK 0.79 0.52 0 0.61
HSL 219.49º 0.65% 0.24% -
HSV(B) 219.49º 0.79% 0.39% -
XYZ 3.67 3.19 12.48 -
YUV 45.86 158.55 110.27 -
System Red Green Blue C M Y K H S L
Decimal 21 48 100 0.79 0.52 0 0.61 219.49 0.65 0.24
Hex 15 30 64 4F 34 0 3D DB 41 18
Octal 25 60 144 117 64 0 75 333 101 30
Binary 10101 110000 1100100 1001111 110100 0 111101 11011011 1000001 11000

Color Harmonies of #153064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153064

Black with #153064

Text Example


Text Example

White with #153064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153064; }

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

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

background-color css

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

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

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

border-color css

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

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

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