Html Css Color HEX #15315D Catalina Blue

📋 copy color: '#15315D'

red 21 ◦ green 49 ◦ blue 93

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

Shades of Catalina Blue #15315D

Tints of Catalina Blue #15315D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 30.06%

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

R = 12.88%
G = 30.06%
B = 57.06%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#15315D (or 0x15315D) is known color: Catalina Blue. HEX triplet: 15, 31 and 5D. RGB value is (21,49,93). Sum of RGB (Red+Green+Blue) = 21+49+93=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 93 (36.72% from 255 or 57.06% from 163); Max value from RGB is 93 - color contains mainly: blue. Hex color #15315D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15315D is #EACEA2. Grayscale: #2D2D2D. Windows color (decimal): -15388323 or 6107413. OLE color: 6107413.

HSL color Cylindrical-coordinate representation of color #15315D: hue angle of 216.67º 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 #15315D is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 49 93 -
CMYK 0.77 0.47 0 0.64
HSL 216.67º 0.63% 0.22% -
HSV(B) 216.67º 0.77% 0.36% -
XYZ 3.38 3.15 10.78 -
YUV 45.64 154.72 110.42 -
System Red Green Blue C M Y K H S L
Decimal 21 49 93 0.77 0.47 0 0.64 216.67 0.63 0.22
Hex 15 31 5D 4D 2F 0 40 D9 3F 16
Octal 25 61 135 115 57 0 100 331 77 26
Binary 10101 110001 1011101 1001101 101111 0 1000000 11011001 111111 10110

Color Harmonies of #15315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15315D

Black with #15315D

Text Example


Text Example

White with #15315D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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