#1D2F60

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

Shades of Catalina Blue #1D2F60

Tints of Catalina Blue #1D2F60

Color information

#1D2F60 (or 0x1D2F60) is unknown color: approx Catalina Blue. HEX triplet: 1D, 2F and 60. RGB value is (29,47,96). Sum of RGB (Red+Green+Blue) = 29+47+96=172 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.86% from 172); Green value is 47 (18.75% from 255 or 27.33% from 172); Blue value is 96 (37.89% from 255 or 55.81% from 172); Max value from RGB is 96 - color contains mainly: blue. Hex color #1D2F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2F60 is #E2D09F. Grayscale: #2E2E2E. Windows color (decimal): -14864544 or 6303517. OLE color: 6303517.

HSL color Cylindrical-coordinate representation of color #1D2F60: hue angle of 223.88º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1D2F60 is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB294796-
CMYK0.700.5100.62
HSL223.88º53.6%24.51%-
HSV(B)223.88º69.79%37.65%-
XYZ3.633.1411.48-
YUV47.2155.54115.02-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.86%
GREEN value IS 47 (18.75% from 255) = 27.33%
BLUE value IS 96 (37.89% from 255) = 55.81%
R=16.86%
G=27.33%
B=55.81%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2947960.700.5100.62223.8853.624.51
Hex1D2F60463303Ee03619
Octal3557140106630763406631
Binary111011011111100000100011011001101111101110000011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,47,96); }

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

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

 a { background-color: rgb(29,47,96); }

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

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

 span { border-color: rgb(29,47,96); }

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