#1B3E69

Color #1B3E69 Catalina Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Catalina Blue #1B3E69

Tints of Catalina Blue #1B3E69

Color information

#1B3E69 (or 0x1B3E69) is unknown color: approx Catalina Blue. HEX triplet: 1B, 3E and 69. RGB value is (27,62,105). Sum of RGB (Red+Green+Blue) = 27+62+105=194 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.92% from 194); Green value is 62 (24.61% from 255 or 31.96% from 194); Blue value is 105 (41.41% from 255 or 54.12% from 194); Max value from RGB is 105 - color contains mainly: blue. Hex color #1B3E69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3E69 is #E4C196. Grayscale: #383838. Windows color (decimal): -14991767 or 6897179. OLE color: 6897179.

HSL color Cylindrical-coordinate representation of color #1B3E69: hue angle of 213.08º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B3E69 is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2762105-
CMYK0.740.4100.59
HSL213.08º59.09%25.88%-
HSV(B)213.08º74.29%41.18%-
XYZ4.724.714.02-
YUV56.44155.4107-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.92%
GREEN value IS 62 (24.61% from 255) = 31.96%
BLUE value IS 105 (41.41% from 255) = 54.12%
R=13.92%
G=31.96%
B=54.12%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal27621050.740.4100.59213.0859.0925.88
Hex1B3E694A2903Bd53b1a
Octal3376151112510733257332
Binary110111111101101001100101010100101110111101010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,62,105); }

 H1.HeaderClassName
 {
   color: #1B3E69;
 }
 .AnyTagClassName
 {
   color: #1B3E69;
 }
</style>
background-color css

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

 a { background-color: rgb(27,62,105); }

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

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

 span { border-color: rgb(27,62,105); }

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