Html Css Color HEX #152B54 Sapphire

📋 copy color: '#152B54'

red 21 ◦ green 43 ◦ blue 84

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

Shades of Sapphire #152B54

Tints of Sapphire #152B54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 56.76%

R = 14.19%
G = 29.05%
B = 56.76%

CMYK

 C value IS 0.75

 M value IS 0.49

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#152B54 (or 0x152B54) is known color: Sapphire. HEX triplet: 15, 2B and 54. RGB value is (21,43,84). Sum of RGB (Red+Green+Blue) = 21+43+84=148 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.19% from 148); Green value is 43 (17.19% from 255 or 29.05% from 148); Blue value is 84 (33.20% from 255 or 56.76% from 148); Max value from RGB is 84 - color contains mainly: blue. Hex color #152B54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152B54 is #EAD4AB. Grayscale: #282828. Windows color (decimal): -15389868 or 5516053. OLE color: 5516053.

HSL color Cylindrical-coordinate representation of color #152B54: hue angle of 219.05º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #152B54 is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 43 84 -
CMYK 0.75 0.49 0 0.67
HSL 219.05º 0.6% 0.21% -
HSV(B) 219.05º 0.75% 0.33% -
XYZ 2.77 2.53 8.73 -
YUV 41.1 152.21 113.67 -
System Red Green Blue C M Y K H S L
Decimal 21 43 84 0.75 0.49 0 0.67 219.05 0.6 0.21
Hex 15 2B 54 4B 31 0 43 DB 3C 15
Octal 25 53 124 113 61 0 103 333 74 25
Binary 10101 101011 1010100 1001011 110001 0 1000011 11011011 111100 10101

Color Harmonies of #152B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152B54

Black with #152B54

Text Example


Text Example

White with #152B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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