Html Css Color HEX #152465 Sapphire

📋 copy color: '#152465'

red 21 ◦ green 36 ◦ blue 101

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

Shades of Sapphire #152465

Tints of Sapphire #152465

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.78%

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

R = 13.29%
G = 22.78%
B = 63.92%

CMYK

 C value IS 0.79

 M value IS 0.64

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#152465 (or 0x152465) is known color: Sapphire. HEX triplet: 15, 24 and 65. RGB value is (21,36,101). Sum of RGB (Red+Green+Blue) = 21+36+101=158 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.29% from 158); Green value is 36 (14.45% from 255 or 22.78% from 158); Blue value is 101 (39.84% from 255 or 63.92% from 158); Max value from RGB is 101 - color contains mainly: blue. Hex color #152465 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152465 is #EADB9A. Grayscale: #262626. Windows color (decimal): -15391643 or 6628373. OLE color: 6628373.

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

Color convert

RGB 21 36 101 -
CMYK 0.79 0.64 0 0.60
HSL 228.75º 0.66% 0.24% -
HSV(B) 228.75º 0.79% 0.4% -
XYZ 3.29 2.36 12.59 -
YUV 38.93 163.03 115.21 -
System Red Green Blue C M Y K H S L
Decimal 21 36 101 0.79 0.64 0 0.60 228.75 0.66 0.24
Hex 15 24 65 4F 40 0 3C E5 42 18
Octal 25 44 145 117 100 0 74 345 102 30
Binary 10101 100100 1100101 1001111 1000000 0 111100 11100101 1000010 11000

Color Harmonies of #152465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152465

Black with #152465

Text Example


Text Example

White with #152465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152465; }

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

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

background-color css

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

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

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

border-color css

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

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

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