Html Css Color HEX #15325D Catalina Blue

📋 copy color: '#15325D'

red 21 ◦ green 50 ◦ blue 93

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

Shades of Catalina Blue #15325D

Tints of Catalina Blue #15325D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 56.71%

R = 12.8%
G = 30.49%
B = 56.71%

CMYK

 C value IS 0.77

 M value IS 0.46

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#15325D (or 0x15325D) is known color: Catalina Blue. HEX triplet: 15, 32 and 5D. RGB value is (21,50,93). Sum of RGB (Red+Green+Blue) = 21+50+93=164 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.80% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 93 (36.72% from 255 or 56.71% from 164); Max value from RGB is 93 - color contains mainly: blue. Hex color #15325D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15325D is #EACDA2. Grayscale: #2E2E2E. Windows color (decimal): -15388067 or 6107669. OLE color: 6107669.

HSL color Cylindrical-coordinate representation of color #15325D: hue angle of 215.83º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15325D is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 50 93 -
CMYK 0.77 0.46 0 0.64
HSL 215.83º 0.63% 0.22% -
HSV(B) 215.83º 0.77% 0.36% -
XYZ 3.43 3.23 10.8 -
YUV 46.23 154.39 110 -
System Red Green Blue C M Y K H S L
Decimal 21 50 93 0.77 0.46 0 0.64 215.83 0.63 0.22
Hex 15 32 5D 4D 2E 0 40 D8 3F 16
Octal 25 62 135 115 56 0 100 330 77 26
Binary 10101 110010 1011101 1001101 101110 0 1000000 11011000 111111 10110

Color Harmonies of #15325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15325D

Black with #15325D

Text Example


Text Example

White with #15325D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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