#18294B

Color #18294B Bunting (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bunting #18294B

Tints of Bunting #18294B

Color information

#18294B (or 0x18294B) is unknown color: approx Bunting. HEX triplet: 18, 29 and 4B. RGB value is (24,41,75). Sum of RGB (Red+Green+Blue) = 24+41+75=140 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.14% from 140); Green value is 41 (16.41% from 255 or 29.29% from 140); Blue value is 75 (29.69% from 255 or 53.57% from 140); Max value from RGB is 75 - color contains mainly: blue. Hex color #18294B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18294B is #E7D6B4. Grayscale: #272727. Windows color (decimal): -15193781 or 4925720. OLE color: 4925720.

HSL color Cylindrical-coordinate representation of color #18294B: hue angle of 220º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #18294B is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB244175-
CMYK0.680.4500.71
HSL220º51.52%19.41%-
HSV(B)220º68%29.41%-
XYZ2.442.296.97-
YUV39.79147.87116.74-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.14%
GREEN value IS 41 (16.41% from 255) = 29.29%
BLUE value IS 75 (29.69% from 255) = 53.57%
R=17.14%
G=29.29%
B=53.57%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2441750.680.4500.7122051.5219.41
Hex18294B442D047dc3413
Octal30511131045501073346423
Binary1100010100110010111000100101101010001111101110011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18294B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18294B; }

 p { color: rgb(24,41,75); }

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

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

 a { background-color: rgb(24,41,75); }

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

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

 span { border-color: rgb(24,41,75); }

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