Html Css Color HEX #1C325D Catalina Blue

📋 copy color: '#1C325D'

red 28 ◦ green 50 ◦ blue 93

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

Shades of Catalina Blue #1C325D

Tints of Catalina Blue #1C325D

RGB

 RED value IS 28 (11.33% from 255) = 16.37%

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

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

R = 16.37%
G = 29.24%
B = 54.39%

CMYK

 C value IS 0.70

 M value IS 0.46

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1C325D (or 0x1C325D) is known color: Catalina Blue. HEX triplet: 1C, 32 and 5D. RGB value is (28,50,93). Sum of RGB (Red+Green+Blue) = 28+50+93=171 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.37% from 171); Green value is 50 (19.92% from 255 or 29.24% from 171); Blue value is 93 (36.72% from 255 or 54.39% from 171); Max value from RGB is 93 - color contains mainly: blue. Hex color #1C325D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C325D is #E3CDA2. Grayscale: #303030. Windows color (decimal): -14929315 or 6107676. OLE color: 6107676.

HSL color Cylindrical-coordinate representation of color #1C325D: hue angle of 219.69º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1C325D is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 28 50 93 -
CMYK 0.70 0.46 0 0.64
HSL 219.69º 0.54% 0.24% -
HSV(B) 219.69º 0.7% 0.36% -
XYZ 3.6 3.32 10.81 -
YUV 48.32 153.21 113.5 -
System Red Green Blue C M Y K H S L
Decimal 28 50 93 0.70 0.46 0 0.64 219.69 0.54 0.24
Hex 1C 32 5D 46 2E 0 40 DC 36 18
Octal 34 62 135 106 56 0 100 334 66 30
Binary 11100 110010 1011101 1000110 101110 0 1000000 11011100 110110 11000

Color Harmonies of #1C325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C325D

Black with #1C325D

Text Example


Text Example

White with #1C325D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C325D; }

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

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

background-color css

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

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

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

border-color css

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

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

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