Html Css Color HEX #15305A Catalina Blue

📋 copy color: '#15305A'

red 21 ◦ green 48 ◦ blue 90

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

Shades of Catalina Blue #15305A

Tints of Catalina Blue #15305A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 30.19%

 BLUE value IS 90 (35.55% from 255) = 56.6%

R = 13.21%
G = 30.19%
B = 56.6%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#15305A (or 0x15305A) is known color: Catalina Blue. HEX triplet: 15, 30 and 5A. RGB value is (21,48,90). Sum of RGB (Red+Green+Blue) = 21+48+90=159 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.21% from 159); Green value is 48 (19.14% from 255 or 30.19% from 159); Blue value is 90 (35.55% from 255 or 56.60% from 159); Max value from RGB is 90 - color contains mainly: blue. Hex color #15305A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15305A is #EACFA5. Grayscale: #2C2C2C. Windows color (decimal): -15388582 or 5910549. OLE color: 5910549.

HSL color Cylindrical-coordinate representation of color #15305A: hue angle of 216.52º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15305A is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 21 48 90 -
CMYK 0.77 0.47 0 0.65
HSL 216.52º 0.62% 0.22% -
HSV(B) 216.52º 0.77% 0.35% -
XYZ 3.21 3.01 10.08 -
YUV 44.72 153.55 111.08 -
System Red Green Blue C M Y K H S L
Decimal 21 48 90 0.77 0.47 0 0.65 216.52 0.62 0.22
Hex 15 30 5A 4D 2F 0 41 D9 3E 16
Octal 25 60 132 115 57 0 101 331 76 26
Binary 10101 110000 1011010 1001101 101111 0 1000001 11011001 111110 10110

Color Harmonies of #15305A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15305A

Black with #15305A

Text Example


Text Example

White with #15305A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15305A; }

 p { color: rgb(21,48,90); }

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

background-color css

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

 a { background-color: rgb(21,48,90); }

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

border-color css

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

 span { border-color: rgb(21,48,90); }

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