Html Css Color HEX #1C385F Catalina Blue

📋 copy color: '#1C385F'

red 28 ◦ green 56 ◦ blue 95

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

Shades of Catalina Blue #1C385F

Tints of Catalina Blue #1C385F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 31.28%

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

R = 15.64%
G = 31.28%
B = 53.07%

CMYK

 C value IS 0.71

 M value IS 0.41

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1C385F (or 0x1C385F) is known color: Catalina Blue. HEX triplet: 1C, 38 and 5F. RGB value is (28,56,95). Sum of RGB (Red+Green+Blue) = 28+56+95=179 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.64% from 179); Green value is 56 (22.27% from 255 or 31.28% from 179); Blue value is 95 (37.5% from 255 or 53.07% from 179); Max value from RGB is 95 - color contains mainly: blue. Hex color #1C385F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C385F is #E3C7A0. Grayscale: #333333. Windows color (decimal): -14927777 or 6240284. OLE color: 6240284.

HSL color Cylindrical-coordinate representation of color #1C385F: hue angle of 214.93º 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 #1C385F is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 28 56 95 -
CMYK 0.71 0.41 0 0.63
HSL 214.93º 0.54% 0.24% -
HSV(B) 214.93º 0.71% 0.37% -
XYZ 3.96 3.9 11.37 -
YUV 52.07 152.22 110.83 -
System Red Green Blue C M Y K H S L
Decimal 28 56 95 0.71 0.41 0 0.63 214.93 0.54 0.24
Hex 1C 38 5F 47 29 0 3F D7 36 18
Octal 34 70 137 107 51 0 77 327 66 30
Binary 11100 111000 1011111 1000111 101001 0 111111 11010111 110110 11000

Color Harmonies of #1C385F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C385F

Black with #1C385F

Text Example


Text Example

White with #1C385F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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