Html Css Color HEX #153066 Sapphire

📋 copy color: '#153066'

red 21 ◦ green 48 ◦ blue 102

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

Shades of Sapphire #153066

Tints of Sapphire #153066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 59.65%

R = 12.28%
G = 28.07%
B = 59.65%

CMYK

 C value IS 0.79

 M value IS 0.53

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#153066 (or 0x153066) is known color: Sapphire. HEX triplet: 15, 30 and 66. RGB value is (21,48,102). Sum of RGB (Red+Green+Blue) = 21+48+102=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 48 (19.14% from 255 or 28.07% from 171); Blue value is 102 (40.23% from 255 or 59.65% from 171); Max value from RGB is 102 - color contains mainly: blue. Hex color #153066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153066 is #EACF99. Grayscale: #2D2D2D. Windows color (decimal): -15388570 or 6696981. OLE color: 6696981.

HSL color Cylindrical-coordinate representation of color #153066: hue angle of 220º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #153066 is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 21 48 102 -
CMYK 0.79 0.53 0 0.6
HSL 220º 0.66% 0.24% -
HSV(B) 220º 0.79% 0.4% -
XYZ 3.76 3.23 13 -
YUV 46.08 159.55 110.11 -
System Red Green Blue C M Y K H S L
Decimal 21 48 102 0.79 0.53 0 0.6 220 0.66 0.24
Hex 15 30 66 4F 35 0 3C DC 42 18
Octal 25 60 146 117 65 0 74 334 102 30
Binary 10101 110000 1100110 1001111 110101 0 111100 11011100 1000010 11000

Color Harmonies of #153066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153066

Black with #153066

Text Example


Text Example

White with #153066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153066; }

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

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

background-color css

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

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

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

border-color css

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

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

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