#1883C9

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

Shades of Navy Blue #1883C9

Tints of Navy Blue #1883C9

Color information

#1883C9 (or 0x1883C9) is unknown color: approx Navy Blue. HEX triplet: 18, 83 and C9. RGB value is (24,131,201). Sum of RGB (Red+Green+Blue) = 24+131+201=356 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.74% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 201 (78.91% from 255 or 56.46% from 356); Max value from RGB is 201 - color contains mainly: blue. Hex color #1883C9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1883C9 is #E77C36. Grayscale: #6A6A6A. Windows color (decimal): -15170615 or 13206296. OLE color: 13206296.

HSL color Cylindrical-coordinate representation of color #1883C9: hue angle of 203.73º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1883C9 is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB24131201-
CMYK0.880.3500.21
HSL203.73º78.67%44.12%-
HSV(B)203.73º88.06%78.82%-
XYZ19.0420.6458.24-
YUV106.99181.0568.81-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.74%
GREEN value IS 131 (51.56% from 255) = 36.80%
BLUE value IS 201 (78.91% from 255) = 56.46%
R=6.74%
G=36.80%
B=56.46%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal241312010.880.3500.21203.7378.6744.12
Hex1883C95823015cc4f2c
Octal302033111304302531411754
Binary1100010000011110010011011000100011010101110011001001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1883C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1883C9; }

 p { color: rgb(24,131,201); }

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

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

 a { background-color: rgb(24,131,201); }

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

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

 span { border-color: rgb(24,131,201); }

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