Html Css Color HEX #1C3167 Catalina Blue

📋 copy color: '#1C3167'

red 28 ◦ green 49 ◦ blue 103

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

Shades of Catalina Blue #1C3167

Tints of Catalina Blue #1C3167

RGB

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

 GREEN value IS 49 (19.53% from 255) = 27.22%

 BLUE value IS 103 (40.63% from 255) = 57.22%

R = 15.56%
G = 27.22%
B = 57.22%

CMYK

 C value IS 0.73

 M value IS 0.52

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#1C3167 (or 0x1C3167) is known color: Catalina Blue. HEX triplet: 1C, 31 and 67. RGB value is (28,49,103). Sum of RGB (Red+Green+Blue) = 28+49+103=180 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.56% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 103 (40.62% from 255 or 57.22% from 180); Max value from RGB is 103 - color contains mainly: blue. Hex color #1C3167 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3167 is #E3CE98. Grayscale: #303030. Windows color (decimal): -14929561 or 6762780. OLE color: 6762780.

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

Color convert

RGB 28 49 103 -
CMYK 0.73 0.52 0 0.60
HSL 223.2º 0.57% 0.26% -
HSV(B) 223.2º 0.73% 0.4% -
XYZ 4.03 3.42 13.28 -
YUV 48.88 158.54 113.11 -
System Red Green Blue C M Y K H S L
Decimal 28 49 103 0.73 0.52 0 0.60 223.2 0.57 0.26
Hex 1C 31 67 49 34 0 3C DF 39 1A
Octal 34 61 147 111 64 0 74 337 71 32
Binary 11100 110001 1100111 1001001 110100 0 111100 11011111 111001 11010

Color Harmonies of #1C3167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3167

Black with #1C3167

Text Example


Text Example

White with #1C3167

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,49,103); }

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

background-color css

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

 a { background-color: rgb(28,49,103); }

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

border-color css

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

 span { border-color: rgb(28,49,103); }

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