Html Css Color HEX #152E57 Catalina Blue

📋 copy color: '#152E57'

red 21 ◦ green 46 ◦ blue 87

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

Shades of Catalina Blue #152E57

Tints of Catalina Blue #152E57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 56.49%

R = 13.64%
G = 29.87%
B = 56.49%

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

#152E57 (or 0x152E57) is known color: Catalina Blue. HEX triplet: 15, 2E and 57. RGB value is (21,46,87). Sum of RGB (Red+Green+Blue) = 21+46+87=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 46 (18.36% from 255 or 29.87% from 154); Blue value is 87 (34.38% from 255 or 56.49% from 154); Max value from RGB is 87 - color contains mainly: blue. Hex color #152E57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152E57 is #EAD1A8. Grayscale: #2B2B2B. Windows color (decimal): -15389097 or 5713429. OLE color: 5713429.

HSL color Cylindrical-coordinate representation of color #152E57: hue angle of 217.27º 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 #152E57 is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 21 46 87 -
CMYK 0.76 0.47 0 0.66
HSL 217.27º 0.61% 0.21% -
HSV(B) 217.27º 0.76% 0.34% -
XYZ 3.01 2.8 9.4 -
YUV 43.2 152.72 112.17 -
System Red Green Blue C M Y K H S L
Decimal 21 46 87 0.76 0.47 0 0.66 217.27 0.61 0.21
Hex 15 2E 57 4C 2F 0 42 D9 3D 15
Octal 25 56 127 114 57 0 102 331 75 25
Binary 10101 101110 1010111 1001100 101111 0 1000010 11011001 111101 10101

Color Harmonies of #152E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152E57

Black with #152E57

Text Example


Text Example

White with #152E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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