Html Css Color HEX #152B68 Sapphire

📋 copy color: '#152B68'

red 21 ◦ green 43 ◦ blue 104

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

Shades of Sapphire #152B68

Tints of Sapphire #152B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 61.9%

R = 12.5%
G = 25.6%
B = 61.9%

CMYK

 C value IS 0.80

 M value IS 0.59

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#152B68 (or 0x152B68) is known color: Sapphire. HEX triplet: 15, 2B and 68. RGB value is (21,43,104). Sum of RGB (Red+Green+Blue) = 21+43+104=168 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.5% from 168); Green value is 43 (17.19% from 255 or 25.60% from 168); Blue value is 104 (41.02% from 255 or 61.90% from 168); Max value from RGB is 104 - color contains mainly: blue. Hex color #152B68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152B68 is #EAD497. Grayscale: #2B2B2B. Windows color (decimal): -15389848 or 6826773. OLE color: 6826773.

HSL color Cylindrical-coordinate representation of color #152B68: hue angle of 224.1º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #152B68 is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 21 43 104 -
CMYK 0.80 0.59 0 0.59
HSL 224.1º 0.66% 0.25% -
HSV(B) 224.1º 0.8% 0.41% -
XYZ 3.67 2.89 13.46 -
YUV 43.38 162.21 112.04 -
System Red Green Blue C M Y K H S L
Decimal 21 43 104 0.80 0.59 0 0.59 224.1 0.66 0.25
Hex 15 2B 68 50 3B 0 3B E0 42 19
Octal 25 53 150 120 73 0 73 340 102 31
Binary 10101 101011 1101000 1010000 111011 0 111011 11100000 1000010 11001

Color Harmonies of #152B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152B68

Black with #152B68

Text Example


Text Example

White with #152B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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