Html Css Color HEX #152B65 Sapphire

📋 copy color: '#152B65'

red 21 ◦ green 43 ◦ blue 101

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

Shades of Sapphire #152B65

Tints of Sapphire #152B65

RGB

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

 GREEN value IS 43 (17.19% from 255) = 26.06%

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

R = 12.73%
G = 26.06%
B = 61.21%

CMYK

 C value IS 0.79

 M value IS 0.57

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#152B65 (or 0x152B65) is known color: Sapphire. HEX triplet: 15, 2B and 65. RGB value is (21,43,101). Sum of RGB (Red+Green+Blue) = 21+43+101=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 43 (17.19% from 255 or 26.06% from 165); Blue value is 101 (39.84% from 255 or 61.21% from 165); Max value from RGB is 101 - color contains mainly: blue. Hex color #152B65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152B65 is #EAD49A. Grayscale: #2A2A2A. Windows color (decimal): -15389851 or 6630165. OLE color: 6630165.

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

Color convert

RGB 21 43 101 -
CMYK 0.79 0.57 0 0.60
HSL 223.5º 0.66% 0.24% -
HSV(B) 223.5º 0.79% 0.4% -
XYZ 3.52 2.83 12.67 -
YUV 43.03 160.71 112.28 -
System Red Green Blue C M Y K H S L
Decimal 21 43 101 0.79 0.57 0 0.60 223.5 0.66 0.24
Hex 15 2B 65 4F 39 0 3C E0 42 18
Octal 25 53 145 117 71 0 74 340 102 30
Binary 10101 101011 1100101 1001111 111001 0 111100 11100000 1000010 11000

Color Harmonies of #152B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152B65

Black with #152B65

Text Example


Text Example

White with #152B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152B65; }

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

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

background-color css

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

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

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

border-color css

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

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

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