#1B345F

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

Shades of Catalina Blue #1B345F

Tints of Catalina Blue #1B345F

Color information

#1B345F (or 0x1B345F) is unknown color: approx Catalina Blue. HEX triplet: 1B, 34 and 5F. RGB value is (27,52,95). Sum of RGB (Red+Green+Blue) = 27+52+95=174 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.52% from 174); Green value is 52 (20.70% from 255 or 29.89% from 174); Blue value is 95 (37.5% from 255 or 54.60% from 174); Max value from RGB is 95 - color contains mainly: blue. Hex color #1B345F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B345F is #E4CBA0. Grayscale: #313131. Windows color (decimal): -14994337 or 6239259. OLE color: 6239259.

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

Color convert

RGB275295-
CMYK0.720.4500.63
HSL217.94º55.74%23.92%-
HSV(B)217.94º71.58%37.25%-
XYZ3.753.5211.31-
YUV49.43153.72112-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.52%
GREEN value IS 52 (20.70% from 255) = 29.89%
BLUE value IS 95 (37.5% from 255) = 54.60%
R=15.52%
G=29.89%
B=54.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2752950.720.4500.63217.9455.7423.92
Hex1B345F482D03Fda3818
Octal3364137110550773327030
Binary110111101001011111100100010110101111111101101011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B345F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,52,95); }

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

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

 a { background-color: rgb(27,52,95); }

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

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

 span { border-color: rgb(27,52,95); }

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