Html Css Color HEX #187ACF Navy Blue

📋 copy color: '#187ACF'

red 24 ◦ green 122 ◦ blue 207

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

Shades of Navy Blue #187ACF

Tints of Navy Blue #187ACF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.56%

 BLUE value IS 207 (81.25% from 255) = 58.64%

R = 6.8%
G = 34.56%
B = 58.64%

CMYK

 C value IS 0.88

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#187ACF (or 0x187ACF) is known color: Navy Blue. HEX triplet: 18, 7A and CF. RGB value is (24,122,207). Sum of RGB (Red+Green+Blue) = 24+122+207=353 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.80% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 207 (81.25% from 255 or 58.64% from 353); Max value from RGB is 207 - color contains mainly: blue. Hex color #187ACF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #187ACF is #E78530. Grayscale: #656565. Windows color (decimal): -15172913 or 13597208. OLE color: 13597208.

HSL color Cylindrical-coordinate representation of color #187ACF: hue angle of 207.87º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #187ACF is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 122 207 -
CMYK 0.88 0.41 0 0.19
HSL 207.87º 0.79% 0.45% -
HSV(B) 207.87º 0.88% 0.81% -
XYZ 18.6 18.62 61.64 -
YUV 102.39 187.03 72.09 -
System Red Green Blue C M Y K H S L
Decimal 24 122 207 0.88 0.41 0 0.19 207.87 0.79 0.45
Hex 18 7A CF 58 29 0 13 D0 4F 2D
Octal 30 172 317 130 51 0 23 320 117 55
Binary 11000 1111010 11001111 1011000 101001 0 10011 11010000 1001111 101101

Color Harmonies of #187ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187ACF

Black with #187ACF

Text Example


Text Example

White with #187ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,122,207); }

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

background-color css

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

 a { background-color: rgb(24,122,207); }

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

border-color css

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

 span { border-color: rgb(24,122,207); }

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