Html Css Color HEX #153460 Catalina Blue

📋 copy color: '#153460'

red 21 ◦ green 52 ◦ blue 96

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

Shades of Catalina Blue #153460

Tints of Catalina Blue #153460

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.77%

 BLUE value IS 96 (37.89% from 255) = 56.8%

R = 12.43%
G = 30.77%
B = 56.8%

CMYK

 C value IS 0.78

 M value IS 0.46

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#153460 (or 0x153460) is known color: Catalina Blue. HEX triplet: 15, 34 and 60. RGB value is (21,52,96). Sum of RGB (Red+Green+Blue) = 21+52+96=169 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.43% from 169); Green value is 52 (20.70% from 255 or 30.77% from 169); Blue value is 96 (37.89% from 255 or 56.80% from 169); Max value from RGB is 96 - color contains mainly: blue. Hex color #153460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153460 is #EACB9F. Grayscale: #2F2F2F. Windows color (decimal): -15387552 or 6304789. OLE color: 6304789.

HSL color Cylindrical-coordinate representation of color #153460: hue angle of 215.2º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #153460 is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 52 96 -
CMYK 0.78 0.46 0 0.62
HSL 215.2º 0.64% 0.23% -
HSV(B) 215.2º 0.78% 0.38% -
XYZ 3.65 3.46 11.54 -
YUV 47.75 155.23 108.92 -
System Red Green Blue C M Y K H S L
Decimal 21 52 96 0.78 0.46 0 0.62 215.2 0.64 0.23
Hex 15 34 60 4E 2E 0 3E D7 40 17
Octal 25 64 140 116 56 0 76 327 100 27
Binary 10101 110100 1100000 1001110 101110 0 111110 11010111 1000000 10111

Color Harmonies of #153460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153460

Black with #153460

Text Example


Text Example

White with #153460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153460; }

 p { color: rgb(21,52,96); }

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

background-color css

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

 a { background-color: rgb(21,52,96); }

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

border-color css

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

 span { border-color: rgb(21,52,96); }

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