#153766

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

Shades of Catalina Blue #153766

Tints of Catalina Blue #153766

Color information

#153766 (or 0x153766) is unknown color: approx Catalina Blue. HEX triplet: 15, 37 and 66. RGB value is (21,55,102). Sum of RGB (Red+Green+Blue) = 21+55+102=178 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.80% from 178); Green value is 55 (21.88% from 255 or 30.90% from 178); Blue value is 102 (40.23% from 255 or 57.30% from 178); Max value from RGB is 102 - color contains mainly: blue. Hex color #153766 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153766 is #EAC899. Grayscale: #313131. Windows color (decimal): -15386778 or 6698773. OLE color: 6698773.

HSL color Cylindrical-coordinate representation of color #153766: hue angle of 214.81º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #153766 is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2155102-
CMYK0.790.4600.6
HSL214.81º65.85%24.12%-
HSV(B)214.81º79.41%40%-
XYZ4.073.8513.1-
YUV50.19157.24107.18-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.80%
GREEN value IS 55 (21.88% from 255) = 30.90%
BLUE value IS 102 (40.23% from 255) = 57.30%
R=11.80%
G=30.90%
B=57.30%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal21551020.790.4600.6214.8165.8524.12
Hex1537664F2E03Cd74218
Octal25671461175607432710230
Binary1010111011111001101001111101110011110011010111100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153766; }

 p { color: rgb(21,55,102); }

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

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

 a { background-color: rgb(21,55,102); }

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

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

 span { border-color: rgb(21,55,102); }

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