#1B3862

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

Shades of Catalina Blue #1B3862

Tints of Catalina Blue #1B3862

Color information

#1B3862 (or 0x1B3862) is unknown color: approx Catalina Blue. HEX triplet: 1B, 38 and 62. RGB value is (27,56,98). Sum of RGB (Red+Green+Blue) = 27+56+98=181 (23% of max value = 765). Red value is 27 (10.94% from 255 or 14.92% from 181); Green value is 56 (22.27% from 255 or 30.94% from 181); Blue value is 98 (38.67% from 255 or 54.14% from 181); Max value from RGB is 98 - color contains mainly: blue. Hex color #1B3862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3862 is #E4C79D. Grayscale: #333333. Windows color (decimal): -14993310 or 6436891. OLE color: 6436891.

HSL color Cylindrical-coordinate representation of color #1B3862: hue angle of 215.49º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B3862 is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB275698-
CMYK0.720.4300.62
HSL215.49º56.8%24.51%-
HSV(B)215.49º72.45%38.43%-
XYZ4.073.9412.1-
YUV52.12153.89110.08-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 14.92%
GREEN value IS 56 (22.27% from 255) = 30.94%
BLUE value IS 98 (38.67% from 255) = 54.14%
R=14.92%
G=30.94%
B=54.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2756980.720.4300.62215.4956.824.51
Hex1B3862482B03Ed73919
Octal3370142110530763277131
Binary110111110001100010100100010101101111101101011111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,56,98); }

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

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

 a { background-color: rgb(27,56,98); }

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

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

 span { border-color: rgb(27,56,98); }

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