Html Css Color HEX #1C416E Catalina Blue

📋 copy color: '#1C416E'

red 28 ◦ green 65 ◦ blue 110

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

Shades of Catalina Blue #1C416E

Tints of Catalina Blue #1C416E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 54.19%

R = 13.79%
G = 32.02%
B = 54.19%

CMYK

 C value IS 0.75

 M value IS 0.41

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1C416E (or 0x1C416E) is known color: Catalina Blue. HEX triplet: 1C, 41 and 6E. RGB value is (28,65,110). Sum of RGB (Red+Green+Blue) = 28+65+110=203 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.79% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 110 (43.36% from 255 or 54.19% from 203); Max value from RGB is 110 - color contains mainly: blue. Hex color #1C416E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C416E is #E3BE91. Grayscale: #3A3A3A. Windows color (decimal): -14925458 or 7225628. OLE color: 7225628.

HSL color Cylindrical-coordinate representation of color #1C416E: hue angle of 212.93º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C416E is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 28 65 110 -
CMYK 0.75 0.41 0 0.57
HSL 212.93º 0.59% 0.27% -
HSV(B) 212.93º 0.75% 0.43% -
XYZ 5.18 5.15 15.47 -
YUV 59.07 156.74 105.84 -
System Red Green Blue C M Y K H S L
Decimal 28 65 110 0.75 0.41 0 0.57 212.93 0.59 0.27
Hex 1C 41 6E 4B 29 0 39 D5 3B 1B
Octal 34 101 156 113 51 0 71 325 73 33
Binary 11100 1000001 1101110 1001011 101001 0 111001 11010101 111011 11011

Color Harmonies of #1C416E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C416E

Black with #1C416E

Text Example


Text Example

White with #1C416E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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