Html Css Color HEX #1C3A66 Catalina Blue

📋 copy color: '#1C3A66'

red 28 ◦ green 58 ◦ blue 102

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

Shades of Catalina Blue #1C3A66

Tints of Catalina Blue #1C3A66

RGB

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

 GREEN value IS 58 (23.05% from 255) = 30.85%

 BLUE value IS 102 (40.23% from 255) = 54.26%

R = 14.89%
G = 30.85%
B = 54.26%

CMYK

 C value IS 0.73

 M value IS 0.43

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#1C3A66 (or 0x1C3A66) is known color: Catalina Blue. HEX triplet: 1C, 3A and 66. RGB value is (28,58,102). Sum of RGB (Red+Green+Blue) = 28+58+102=188 (24% of max value = 765). Red value is 28 (11.33% from 255 or 14.89% from 188); Green value is 58 (23.05% from 255 or 30.85% from 188); Blue value is 102 (40.23% from 255 or 54.26% from 188); Max value from RGB is 102 - color contains mainly: blue. Hex color #1C3A66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3A66 is #E3C599. Grayscale: #353535. Windows color (decimal): -14927258 or 6699548. OLE color: 6699548.

HSL color Cylindrical-coordinate representation of color #1C3A66: hue angle of 215.68º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C3A66 is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 28 58 102 -
CMYK 0.73 0.43 0 0.6
HSL 215.68º 0.57% 0.25% -
HSV(B) 215.68º 0.73% 0.4% -
XYZ 4.39 4.23 13.16 -
YUV 54.05 155.06 109.42 -
System Red Green Blue C M Y K H S L
Decimal 28 58 102 0.73 0.43 0 0.6 215.68 0.57 0.25
Hex 1C 3A 66 49 2B 0 3C D8 39 19
Octal 34 72 146 111 53 0 74 330 71 31
Binary 11100 111010 1100110 1001001 101011 0 111100 11011000 111001 11001

Color Harmonies of #1C3A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3A66

Black with #1C3A66

Text Example


Text Example

White with #1C3A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,58,102); }

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

background-color css

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

 a { background-color: rgb(28,58,102); }

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

border-color css

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

 span { border-color: rgb(28,58,102); }

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