Html Css Color HEX #1C4170 Catalina Blue

📋 copy color: '#1C4170'

red 28 ◦ green 65 ◦ blue 112

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

Shades of Catalina Blue #1C4170

Tints of Catalina Blue #1C4170

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.71%

 BLUE value IS 112 (44.14% from 255) = 54.63%

R = 13.66%
G = 31.71%
B = 54.63%

CMYK

 C value IS 0.75

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1C4170 (or 0x1C4170) is known color: Catalina Blue. HEX triplet: 1C, 41 and 70. RGB value is (28,65,112). Sum of RGB (Red+Green+Blue) = 28+65+112=205 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.66% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 112 (44.14% from 255 or 54.63% from 205); Max value from RGB is 112 - color contains mainly: blue. Hex color #1C4170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4170 is #E3BE8F. Grayscale: #3B3B3B. Windows color (decimal): -14925456 or 7356700. OLE color: 7356700.

HSL color Cylindrical-coordinate representation of color #1C4170: hue angle of 213.57º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C4170 is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 28 65 112 -
CMYK 0.75 0.42 0 0.56
HSL 213.57º 0.6% 0.27% -
HSV(B) 213.57º 0.75% 0.44% -
XYZ 5.29 5.2 16.05 -
YUV 59.3 157.74 105.68 -
System Red Green Blue C M Y K H S L
Decimal 28 65 112 0.75 0.42 0 0.56 213.57 0.6 0.27
Hex 1C 41 70 4B 2A 0 38 D6 3C 1B
Octal 34 101 160 113 52 0 70 326 74 33
Binary 11100 1000001 1110000 1001011 101010 0 111000 11010110 111100 11011

Color Harmonies of #1C4170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4170

Black with #1C4170

Text Example


Text Example

White with #1C4170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,65,112); }

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

background-color css

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

 a { background-color: rgb(28,65,112); }

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

border-color css

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

 span { border-color: rgb(28,65,112); }

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