Html Css Color HEX #1C365A Catalina Blue

📋 copy color: '#1C365A'

red 28 ◦ green 54 ◦ blue 90

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

Shades of Catalina Blue #1C365A

Tints of Catalina Blue #1C365A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.4%

 BLUE value IS 90 (35.55% from 255) = 52.33%

R = 16.28%
G = 31.4%
B = 52.33%

CMYK

 C value IS 0.69

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1C365A (or 0x1C365A) is known color: Catalina Blue. HEX triplet: 1C, 36 and 5A. RGB value is (28,54,90). Sum of RGB (Red+Green+Blue) = 28+54+90=172 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.28% from 172); Green value is 54 (21.48% from 255 or 31.40% from 172); Blue value is 90 (35.55% from 255 or 52.33% from 172); Max value from RGB is 90 - color contains mainly: blue. Hex color #1C365A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C365A is #E3C9A5. Grayscale: #323232. Windows color (decimal): -14928294 or 5912092. OLE color: 5912092.

HSL color Cylindrical-coordinate representation of color #1C365A: hue angle of 214.84º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C365A is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 28 54 90 -
CMYK 0.69 0.40 0 0.65
HSL 214.84º 0.53% 0.23% -
HSV(B) 214.84º 0.69% 0.35% -
XYZ 3.64 3.62 10.18 -
YUV 50.33 150.39 112.07 -
System Red Green Blue C M Y K H S L
Decimal 28 54 90 0.69 0.40 0 0.65 214.84 0.53 0.23
Hex 1C 36 5A 45 28 0 41 D7 35 17
Octal 34 66 132 105 50 0 101 327 65 27
Binary 11100 110110 1011010 1000101 101000 0 1000001 11010111 110101 10111

Color Harmonies of #1C365A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C365A

Black with #1C365A

Text Example


Text Example

White with #1C365A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,54,90); }

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

background-color css

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

 a { background-color: rgb(28,54,90); }

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

border-color css

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

 span { border-color: rgb(28,54,90); }

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