Html Css Color HEX #152F85 Smalt

📋 copy color: '#152F85'

red 21 ◦ green 47 ◦ blue 133

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

Shades of Smalt #152F85

Tints of Smalt #152F85

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.38%

 BLUE value IS 133 (52.34% from 255) = 66.17%

R = 10.45%
G = 23.38%
B = 66.17%

CMYK

 C value IS 0.84

 M value IS 0.65

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#152F85 (or 0x152F85) is known color: Smalt. HEX triplet: 15, 2F and 85. RGB value is (21,47,133). Sum of RGB (Red+Green+Blue) = 21+47+133=201 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.45% from 201); Green value is 47 (18.75% from 255 or 23.38% from 201); Blue value is 133 (52.34% from 255 or 66.17% from 201); Max value from RGB is 133 - color contains mainly: blue. Hex color #152F85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152F85 is #EAD07A. Grayscale: #303030. Windows color (decimal): -15388795 or 8728341. OLE color: 8728341.

HSL color Cylindrical-coordinate representation of color #152F85: hue angle of 226.07º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #152F85 is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 21 47 133 -
CMYK 0.84 0.65 0 0.48
HSL 226.07º 0.73% 0.3% -
HSV(B) 226.07º 0.84% 0.52% -
XYZ 5.56 3.89 22.65 -
YUV 49.03 175.39 108.01 -
System Red Green Blue C M Y K H S L
Decimal 21 47 133 0.84 0.65 0 0.48 226.07 0.73 0.3
Hex 15 2F 85 54 41 0 30 E2 49 1E
Octal 25 57 205 124 101 0 60 342 111 36
Binary 10101 101111 10000101 1010100 1000001 0 110000 11100010 1001001 11110

Color Harmonies of #152F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152F85

Black with #152F85

Text Example


Text Example

White with #152F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,47,133); }

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

background-color css

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

 a { background-color: rgb(21,47,133); }

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

border-color css

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

 span { border-color: rgb(21,47,133); }

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