Html Css Color HEX #153265 Sapphire

📋 copy color: '#153265'

red 21 ◦ green 50 ◦ blue 101

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

Shades of Sapphire #153265

Tints of Sapphire #153265

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.07%

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

R = 12.21%
G = 29.07%
B = 58.72%

CMYK

 C value IS 0.79

 M value IS 0.50

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#153265 (or 0x153265) is known color: Sapphire. HEX triplet: 15, 32 and 65. RGB value is (21,50,101). Sum of RGB (Red+Green+Blue) = 21+50+101=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 50 (19.92% from 255 or 29.07% from 172); Blue value is 101 (39.84% from 255 or 58.72% from 172); Max value from RGB is 101 - color contains mainly: blue. Hex color #153265 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153265 is #EACD9A. Grayscale: #2E2E2E. Windows color (decimal): -15388059 or 6631957. OLE color: 6631957.

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

Color convert

RGB 21 50 101 -
CMYK 0.79 0.50 0 0.60
HSL 218.25º 0.66% 0.24% -
HSV(B) 218.25º 0.79% 0.4% -
XYZ 3.8 3.38 12.76 -
YUV 47.14 158.39 109.35 -
System Red Green Blue C M Y K H S L
Decimal 21 50 101 0.79 0.50 0 0.60 218.25 0.66 0.24
Hex 15 32 65 4F 32 0 3C DA 42 18
Octal 25 62 145 117 62 0 74 332 102 30
Binary 10101 110010 1100101 1001111 110010 0 111100 11011010 1000010 11000

Color Harmonies of #153265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153265

Black with #153265

Text Example


Text Example

White with #153265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153265; }

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

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

background-color css

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

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

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

border-color css

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

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

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