Html Css Color HEX #152E56 Catalina Blue

📋 copy color: '#152E56'

red 21 ◦ green 46 ◦ blue 86

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

Shades of Catalina Blue #152E56

Tints of Catalina Blue #152E56

RGB

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

 GREEN value IS 46 (18.36% from 255) = 30.07%

 BLUE value IS 86 (33.98% from 255) = 56.21%

R = 13.73%
G = 30.07%
B = 56.21%

CMYK

 C value IS 0.76

 M value IS 0.47

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#152E56 (or 0x152E56) is known color: Catalina Blue. HEX triplet: 15, 2E and 56. RGB value is (21,46,86). Sum of RGB (Red+Green+Blue) = 21+46+86=153 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.73% from 153); Green value is 46 (18.36% from 255 or 30.07% from 153); Blue value is 86 (33.98% from 255 or 56.21% from 153); Max value from RGB is 86 - color contains mainly: blue. Hex color #152E56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152E56 is #EAD1A9. Grayscale: #2A2A2A. Windows color (decimal): -15389098 or 5647893. OLE color: 5647893.

HSL color Cylindrical-coordinate representation of color #152E56: hue angle of 216.92º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #152E56 is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 21 46 86 -
CMYK 0.76 0.47 0 0.66
HSL 216.92º 0.61% 0.21% -
HSV(B) 216.92º 0.76% 0.34% -
XYZ 2.97 2.79 9.19 -
YUV 43.09 152.22 112.25 -
System Red Green Blue C M Y K H S L
Decimal 21 46 86 0.76 0.47 0 0.66 216.92 0.61 0.21
Hex 15 2E 56 4C 2F 0 42 D9 3D 15
Octal 25 56 126 114 57 0 102 331 75 25
Binary 10101 101110 1010110 1001100 101111 0 1000010 11011001 111101 10101

Color Harmonies of #152E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152E56

Black with #152E56

Text Example


Text Example

White with #152E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,46,86); }

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

background-color css

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

 a { background-color: rgb(21,46,86); }

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

border-color css

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

 span { border-color: rgb(21,46,86); }

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