Html Css Color HEX #187FD7 Navy Blue

📋 copy color: '#187FD7'

red 24 ◦ green 127 ◦ blue 215

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

Shades of Navy Blue #187FD7

Tints of Navy Blue #187FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 58.74%

R = 6.56%
G = 34.7%
B = 58.74%

CMYK

 C value IS 0.89

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#187FD7 (or 0x187FD7) is known color: Navy Blue. HEX triplet: 18, 7F and D7. RGB value is (24,127,215). Sum of RGB (Red+Green+Blue) = 24+127+215=366 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.56% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 215 (84.38% from 255 or 58.74% from 366); Max value from RGB is 215 - color contains mainly: blue. Hex color #187FD7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #187FD7 is #E78028. Grayscale: #696969. Windows color (decimal): -15171625 or 14122776. OLE color: 14122776.

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

Color convert

RGB 24 127 215 -
CMYK 0.89 0.41 0 0.16
HSL 207.64º 0.8% 0.47% -
HSV(B) 207.64º 0.89% 0.84% -
XYZ 20.23 20.28 67.14 -
YUV 106.24 189.38 69.34 -
System Red Green Blue C M Y K H S L
Decimal 24 127 215 0.89 0.41 0 0.16 207.64 0.8 0.47
Hex 18 7F D7 59 29 0 10 D0 50 2F
Octal 30 177 327 131 51 0 20 320 120 57
Binary 11000 1111111 11010111 1011001 101001 0 10000 11010000 1010000 101111

Color Harmonies of #187FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187FD7

Black with #187FD7

Text Example


Text Example

White with #187FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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