Html Css Color HEX #15325E Catalina Blue

📋 copy color: '#15325E'

red 21 ◦ green 50 ◦ blue 94

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

Shades of Catalina Blue #15325E

Tints of Catalina Blue #15325E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 30.3%

 BLUE value IS 94 (37.11% from 255) = 56.97%

R = 12.73%
G = 30.3%
B = 56.97%

CMYK

 C value IS 0.78

 M value IS 0.47

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#15325E (or 0x15325E) is known color: Catalina Blue. HEX triplet: 15, 32 and 5E. RGB value is (21,50,94). Sum of RGB (Red+Green+Blue) = 21+50+94=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 94 (37.11% from 255 or 56.97% from 165); Max value from RGB is 94 - color contains mainly: blue. Hex color #15325E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15325E is #EACDA1. Grayscale: #2E2E2E. Windows color (decimal): -15388066 or 6173205. OLE color: 6173205.

HSL color Cylindrical-coordinate representation of color #15325E: hue angle of 216.16º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #15325E is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 21 50 94 -
CMYK 0.78 0.47 0 0.63
HSL 216.16º 0.63% 0.23% -
HSV(B) 216.16º 0.78% 0.37% -
XYZ 3.47 3.25 11.03 -
YUV 46.35 154.89 109.92 -
System Red Green Blue C M Y K H S L
Decimal 21 50 94 0.78 0.47 0 0.63 216.16 0.63 0.23
Hex 15 32 5E 4E 2F 0 3F D8 3F 17
Octal 25 62 136 116 57 0 77 330 77 27
Binary 10101 110010 1011110 1001110 101111 0 111111 11011000 111111 10111

Color Harmonies of #15325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15325E

Black with #15325E

Text Example


Text Example

White with #15325E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15325E; }

 p { color: rgb(21,50,94); }

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

background-color css

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

 a { background-color: rgb(21,50,94); }

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

border-color css

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

 span { border-color: rgb(21,50,94); }

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