Html Css Color HEX #1C375F Catalina Blue

📋 copy color: '#1C375F'

red 28 ◦ green 55 ◦ blue 95

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

Shades of Catalina Blue #1C375F

Tints of Catalina Blue #1C375F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 30.9%

 BLUE value IS 95 (37.5% from 255) = 53.37%

R = 15.73%
G = 30.9%
B = 53.37%

CMYK

 C value IS 0.71

 M value IS 0.42

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1C375F (or 0x1C375F) is known color: Catalina Blue. HEX triplet: 1C, 37 and 5F. RGB value is (28,55,95). Sum of RGB (Red+Green+Blue) = 28+55+95=178 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.73% from 178); Green value is 55 (21.88% from 255 or 30.90% from 178); Blue value is 95 (37.5% from 255 or 53.37% from 178); Max value from RGB is 95 - color contains mainly: blue. Hex color #1C375F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C375F is #E3C8A0. Grayscale: #333333. Windows color (decimal): -14928033 or 6240028. OLE color: 6240028.

HSL color Cylindrical-coordinate representation of color #1C375F: hue angle of 215.82º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C375F is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 28 55 95 -
CMYK 0.71 0.42 0 0.63
HSL 215.82º 0.54% 0.24% -
HSV(B) 215.82º 0.71% 0.37% -
XYZ 3.91 3.81 11.35 -
YUV 51.49 152.55 111.25 -
System Red Green Blue C M Y K H S L
Decimal 28 55 95 0.71 0.42 0 0.63 215.82 0.54 0.24
Hex 1C 37 5F 47 2A 0 3F D8 36 18
Octal 34 67 137 107 52 0 77 330 66 30
Binary 11100 110111 1011111 1000111 101010 0 111111 11011000 110110 11000

Color Harmonies of #1C375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C375F

Black with #1C375F

Text Example


Text Example

White with #1C375F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,55,95); }

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

background-color css

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

 a { background-color: rgb(28,55,95); }

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

border-color css

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

 span { border-color: rgb(28,55,95); }

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