#186EDF

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

Shades of Navy Blue #186EDF

Tints of Navy Blue #186EDF

Color information

#186EDF (or 0x186EDF) is unknown color: approx Navy Blue. HEX triplet: 18, 6E and DF. RGB value is (24,110,223). Sum of RGB (Red+Green+Blue) = 24+110+223=357 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.72% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 223 (87.5% from 255 or 62.46% from 357); Max value from RGB is 223 - color contains mainly: blue. Hex color #186EDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186EDF is #E79120. Grayscale: #606060. Windows color (decimal): -15175969 or 14642712. OLE color: 14642712.

HSL color Cylindrical-coordinate representation of color #186EDF: hue angle of 214.07º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #186EDF is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB24110223-
CMYK0.890.5100.13
HSL214.07º80.57%48.43%-
HSV(B)214.07º89.24%87.45%-
XYZ19.2716.6772.01-
YUV97.17199.0175.81-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.72%
GREEN value IS 110 (43.36% from 255) = 30.81%
BLUE value IS 223 (87.5% from 255) = 62.46%
R=6.72%
G=30.81%
B=62.46%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal241102230.890.5100.13214.0780.5748.43
Hex186EDF59330Dd65130
Octal301563371316301532612160
Binary11000110111011011111101100111001101101110101101010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186EDF; }

 p { color: rgb(24,110,223); }

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

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

 a { background-color: rgb(24,110,223); }

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

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

 span { border-color: rgb(24,110,223); }

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