Html Css Color HEX #1C2E58 Catalina Blue

📋 copy color: '#1C2E58'

red 28 ◦ green 46 ◦ blue 88

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

Shades of Catalina Blue #1C2E58

Tints of Catalina Blue #1C2E58

RGB

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

 GREEN value IS 46 (18.36% from 255) = 28.4%

 BLUE value IS 88 (34.77% from 255) = 54.32%

R = 17.28%
G = 28.4%
B = 54.32%

CMYK

 C value IS 0.68

 M value IS 0.48

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1C2E58 (or 0x1C2E58) is known color: Catalina Blue. HEX triplet: 1C, 2E and 58. RGB value is (28,46,88). Sum of RGB (Red+Green+Blue) = 28+46+88=162 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.28% from 162); Green value is 46 (18.36% from 255 or 28.40% from 162); Blue value is 88 (34.77% from 255 or 54.32% from 162); Max value from RGB is 88 - color contains mainly: blue. Hex color #1C2E58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2E58 is #E3D1A7. Grayscale: #2D2D2D. Windows color (decimal): -14930344 or 5778972. OLE color: 5778972.

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

Color convert

RGB 28 46 88 -
CMYK 0.68 0.48 0 0.65
HSL 222º 0.52% 0.23% -
HSV(B) 222º 0.68% 0.35% -
XYZ 3.22 2.91 9.62 -
YUV 45.41 152.04 115.58 -
System Red Green Blue C M Y K H S L
Decimal 28 46 88 0.68 0.48 0 0.65 222 0.52 0.23
Hex 1C 2E 58 44 30 0 41 DE 34 17
Octal 34 56 130 104 60 0 101 336 64 27
Binary 11100 101110 1011000 1000100 110000 0 1000001 11011110 110100 10111

Color Harmonies of #1C2E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2E58

Black with #1C2E58

Text Example


Text Example

White with #1C2E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,46,88); }

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

background-color css

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

 a { background-color: rgb(28,46,88); }

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

border-color css

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

 span { border-color: rgb(28,46,88); }

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