#1B3B6C

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

Shades of Catalina Blue #1B3B6C

Tints of Catalina Blue #1B3B6C

Color information

#1B3B6C (or 0x1B3B6C) is unknown color: approx Catalina Blue. HEX triplet: 1B, 3B and 6C. RGB value is (27,59,108). Sum of RGB (Red+Green+Blue) = 27+59+108=194 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.92% from 194); Green value is 59 (23.44% from 255 or 30.41% from 194); Blue value is 108 (42.58% from 255 or 55.67% from 194); Max value from RGB is 108 - color contains mainly: blue. Hex color #1B3B6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3B6C is #E4C493. Grayscale: #363636. Windows color (decimal): -14992532 or 7093019. OLE color: 7093019.

HSL color Cylindrical-coordinate representation of color #1B3B6C: hue angle of 216.3º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B3B6C is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2759108-
CMYK0.750.4500.58
HSL216.3º60%26.47%-
HSV(B)216.3º75%42.35%-
XYZ4.724.4414.8-
YUV55.02157.9108.02-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.92%
GREEN value IS 59 (23.44% from 255) = 30.41%
BLUE value IS 108 (42.58% from 255) = 55.67%
R=13.92%
G=30.41%
B=55.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal27591080.750.4500.58216.36026.47
Hex1B3B6C4B2D03Ad83c1a
Octal3373154113550723307432
Binary110111110111101100100101110110101110101101100011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,59,108); }

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

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

 a { background-color: rgb(27,59,108); }

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

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

 span { border-color: rgb(27,59,108); }

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