Html Css Color HEX #1C355F Catalina Blue

📋 copy color: '#1C355F'

red 28 ◦ green 53 ◦ blue 95

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

Shades of Catalina Blue #1C355F

Tints of Catalina Blue #1C355F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.11%

 BLUE value IS 95 (37.5% from 255) = 53.98%

R = 15.91%
G = 30.11%
B = 53.98%

CMYK

 C value IS 0.71

 M value IS 0.44

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1C355F (or 0x1C355F) is known color: Catalina Blue. HEX triplet: 1C, 35 and 5F. RGB value is (28,53,95). Sum of RGB (Red+Green+Blue) = 28+53+95=176 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.91% from 176); Green value is 53 (21.09% from 255 or 30.11% from 176); Blue value is 95 (37.5% from 255 or 53.98% from 176); Max value from RGB is 95 - color contains mainly: blue. Hex color #1C355F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C355F is #E3CAA0. Grayscale: #323232. Windows color (decimal): -14928545 or 6239516. OLE color: 6239516.

HSL color Cylindrical-coordinate representation of color #1C355F: hue angle of 217.61º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C355F is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 28 53 95 -
CMYK 0.71 0.44 0 0.63
HSL 217.61º 0.54% 0.24% -
HSV(B) 217.61º 0.71% 0.37% -
XYZ 3.82 3.62 11.32 -
YUV 50.31 153.22 112.08 -
System Red Green Blue C M Y K H S L
Decimal 28 53 95 0.71 0.44 0 0.63 217.61 0.54 0.24
Hex 1C 35 5F 47 2C 0 3F DA 36 18
Octal 34 65 137 107 54 0 77 332 66 30
Binary 11100 110101 1011111 1000111 101100 0 111111 11011010 110110 11000

Color Harmonies of #1C355F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C355F

Black with #1C355F

Text Example


Text Example

White with #1C355F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,53,95); }

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

background-color css

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

 a { background-color: rgb(28,53,95); }

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

border-color css

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

 span { border-color: rgb(28,53,95); }

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