Html Css Color HEX #152F52 Regal Blue

📋 copy color: '#152F52'

red 21 ◦ green 47 ◦ blue 82

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

Shades of Regal Blue #152F52

Tints of Regal Blue #152F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 54.67%

R = 14%
G = 31.33%
B = 54.67%

CMYK

 C value IS 0.74

 M value IS 0.43

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#152F52 (or 0x152F52) is known color: Regal Blue. HEX triplet: 15, 2F and 52. RGB value is (21,47,82). Sum of RGB (Red+Green+Blue) = 21+47+82=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 47 (18.75% from 255 or 31.33% from 150); Blue value is 82 (32.42% from 255 or 54.67% from 150); Max value from RGB is 82 - color contains mainly: blue. Hex color #152F52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152F52 is #EAD0AD. Grayscale: #2B2B2B. Windows color (decimal): -15388846 or 5386005. OLE color: 5386005.

HSL color Cylindrical-coordinate representation of color #152F52: hue angle of 214.43º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #152F52 is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 21 47 82 -
CMYK 0.74 0.43 0 0.68
HSL 214.43º 0.59% 0.2% -
HSV(B) 214.43º 0.74% 0.32% -
XYZ 2.85 2.8 8.37 -
YUV 43.22 149.89 112.15 -
System Red Green Blue C M Y K H S L
Decimal 21 47 82 0.74 0.43 0 0.68 214.43 0.59 0.2
Hex 15 2F 52 4A 2B 0 44 D6 3B 14
Octal 25 57 122 112 53 0 104 326 73 24
Binary 10101 101111 1010010 1001010 101011 0 1000100 11010110 111011 10100

Color Harmonies of #152F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152F52

Black with #152F52

Text Example


Text Example

White with #152F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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