Html Css Color HEX #186FE6 Navy Blue

📋 copy color: '#186FE6'

red 24 ◦ green 111 ◦ blue 230

#186FE6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #186FE6

Tints of Navy Blue #186FE6

RGB

 RED value IS 24 (9.77% from 255) = 6.58%

 GREEN value IS 111 (43.75% from 255) = 30.41%

 BLUE value IS 230 (90.23% from 255) = 63.01%

R = 6.58%
G = 30.41%
B = 63.01%

CMYK

 C value IS 0.90

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#186FE6 (or 0x186FE6) is known color: Navy Blue. HEX triplet: 18, 6F and E6. RGB value is (24,111,230). Sum of RGB (Red+Green+Blue) = 24+111+230=365 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.58% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 230 (90.23% from 255 or 63.01% from 365); Max value from RGB is 230 - color contains mainly: blue. Hex color #186FE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #186FE6 is #E79019. Grayscale: #616161. Windows color (decimal): -15175706 or 15101720. OLE color: 15101720.

HSL color Cylindrical-coordinate representation of color #186FE6: hue angle of 214.66º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #186FE6 is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 24 111 230 -
CMYK 0.90 0.52 0 0.10
HSL 214.66º 0.81% 0.5% -
HSV(B) 214.66º 0.9% 0.9% -
XYZ 20.34 17.28 77.13 -
YUV 98.55 202.18 74.82 -
System Red Green Blue C M Y K H S L
Decimal 24 111 230 0.90 0.52 0 0.10 214.66 0.81 0.5
Hex 18 6F E6 5A 34 0 A D7 51 32
Octal 30 157 346 132 64 0 12 327 121 62
Binary 11000 1101111 11100110 1011010 110100 0 1010 11010111 1010001 110010

Color Harmonies of #186FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186FE6

Black with #186FE6

Text Example


Text Example

White with #186FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,111,230); }

 H1.HeaderClassName
 {
   color: #186FE6;
 }
 .AnyTagClassName
 {
   color: #186FE6;
 }
</style>

background-color css

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

 a { background-color: rgb(24,111,230); }

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

border-color css

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

 span { border-color: rgb(24,111,230); }

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