Html Css Color HEX #1C3053 Catalina Blue

📋 copy color: '#1C3053'

red 28 ◦ green 48 ◦ blue 83

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

Shades of Catalina Blue #1C3053

Tints of Catalina Blue #1C3053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 52.2%

R = 17.61%
G = 30.19%
B = 52.2%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#1C3053 (or 0x1C3053) is known color: Catalina Blue. HEX triplet: 1C, 30 and 53. RGB value is (28,48,83). Sum of RGB (Red+Green+Blue) = 28+48+83=159 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.61% from 159); Green value is 48 (19.14% from 255 or 30.19% from 159); Blue value is 83 (32.81% from 255 or 52.20% from 159); Max value from RGB is 83 - color contains mainly: blue. Hex color #1C3053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3053 is #E3CFAC. Grayscale: #2D2D2D. Windows color (decimal): -14929837 or 5451804. OLE color: 5451804.

HSL color Cylindrical-coordinate representation of color #1C3053: hue angle of 218.18º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1C3053 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 28 48 83 -
CMYK 0.66 0.42 0 0.67
HSL 218.18º 0.5% 0.22% -
HSV(B) 218.18º 0.66% 0.33% -
XYZ 3.1 2.99 8.6 -
YUV 46.01 148.87 115.15 -
System Red Green Blue C M Y K H S L
Decimal 28 48 83 0.66 0.42 0 0.67 218.18 0.5 0.22
Hex 1C 30 53 42 2A 0 43 DA 32 16
Octal 34 60 123 102 52 0 103 332 62 26
Binary 11100 110000 1010011 1000010 101010 0 1000011 11011010 110010 10110

Color Harmonies of #1C3053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3053

Black with #1C3053

Text Example


Text Example

White with #1C3053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,48,83); }

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

background-color css

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

 a { background-color: rgb(28,48,83); }

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

border-color css

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

 span { border-color: rgb(28,48,83); }

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