Html Css Color HEX #187FDA Navy Blue

📋 copy color: '#187FDA'

red 24 ◦ green 127 ◦ blue 218

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

Shades of Navy Blue #187FDA

Tints of Navy Blue #187FDA

RGB

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

 GREEN value IS 127 (50% from 255) = 34.42%

 BLUE value IS 218 (85.55% from 255) = 59.08%

R = 6.5%
G = 34.42%
B = 59.08%

CMYK

 C value IS 0.89

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#187FDA (or 0x187FDA) is known color: Navy Blue. HEX triplet: 18, 7F and DA. RGB value is (24,127,218). Sum of RGB (Red+Green+Blue) = 24+127+218=369 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.50% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 218 (85.55% from 255 or 59.08% from 369); Max value from RGB is 218 - color contains mainly: blue. Hex color #187FDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #187FDA is #E78025. Grayscale: #6A6A6A. Windows color (decimal): -15171622 or 14319384. OLE color: 14319384.

HSL color Cylindrical-coordinate representation of color #187FDA: hue angle of 208.14º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #187FDA is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 24 127 218 -
CMYK 0.89 0.42 0 0.15
HSL 208.14º 0.8% 0.47% -
HSV(B) 208.14º 0.89% 0.85% -
XYZ 20.62 20.43 69.19 -
YUV 106.58 190.88 69.1 -
System Red Green Blue C M Y K H S L
Decimal 24 127 218 0.89 0.42 0 0.15 208.14 0.8 0.47
Hex 18 7F DA 59 2A 0 F D0 50 2F
Octal 30 177 332 131 52 0 17 320 120 57
Binary 11000 1111111 11011010 1011001 101010 0 1111 11010000 1010000 101111

Color Harmonies of #187FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187FDA

Black with #187FDA

Text Example


Text Example

White with #187FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #187FDA; }

 p { color: rgb(24,127,218); }

 H1.HeaderClassName
 {
   color: #187FDA;
 }
 .AnyTagClassName
 {
   color: #187FDA;
 }
</style>

background-color css

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

 a { background-color: rgb(24,127,218); }

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

border-color css

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

 span { border-color: rgb(24,127,218); }

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