Html Css Color HEX #153065 Sapphire

📋 copy color: '#153065'

red 21 ◦ green 48 ◦ blue 101

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

Shades of Sapphire #153065

Tints of Sapphire #153065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 59.41%

R = 12.35%
G = 28.24%
B = 59.41%

CMYK

 C value IS 0.79

 M value IS 0.52

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#153065 (or 0x153065) is known color: Sapphire. HEX triplet: 15, 30 and 65. RGB value is (21,48,101). Sum of RGB (Red+Green+Blue) = 21+48+101=170 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.35% from 170); Green value is 48 (19.14% from 255 or 28.24% from 170); Blue value is 101 (39.84% from 255 or 59.41% from 170); Max value from RGB is 101 - color contains mainly: blue. Hex color #153065 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153065 is #EACF9A. Grayscale: #2D2D2D. Windows color (decimal): -15388571 or 6631445. OLE color: 6631445.

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

Color convert

RGB 21 48 101 -
CMYK 0.79 0.52 0 0.60
HSL 219.75º 0.66% 0.24% -
HSV(B) 219.75º 0.79% 0.4% -
XYZ 3.72 3.21 12.74 -
YUV 45.97 159.05 110.19 -
System Red Green Blue C M Y K H S L
Decimal 21 48 101 0.79 0.52 0 0.60 219.75 0.66 0.24
Hex 15 30 65 4F 34 0 3C DC 42 18
Octal 25 60 145 117 64 0 74 334 102 30
Binary 10101 110000 1100101 1001111 110100 0 111100 11011100 1000010 11000

Color Harmonies of #153065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153065

Black with #153065

Text Example


Text Example

White with #153065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153065; }

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

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

background-color css

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

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

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

border-color css

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

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

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