Html Css Color HEX #087BC7 Navy Blue

📋 copy color: '#087BC7'

red 8 ◦ green 123 ◦ blue 199

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

Shades of Navy Blue #087BC7

Tints of Navy Blue #087BC7

RGB

 RED value IS 8 (3.52% from 255) = 2.42%

 GREEN value IS 123 (48.44% from 255) = 37.27%

 BLUE value IS 199 (78.13% from 255) = 60.3%

R = 2.42%
G = 37.27%
B = 60.3%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#087BC7 (or 0x087BC7) is known color: Navy Blue. HEX triplet: 08, 7B and C7. RGB value is (8,123,199). Sum of RGB (Red+Green+Blue) = 8+123+199=330 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.42% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 199 (78.12% from 255 or 60.30% from 330); Max value from RGB is 199 - color contains mainly: blue. Hex color #087BC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087BC7 is #F78438. Grayscale: #606060. Windows color (decimal): -16221241 or 13073160. OLE color: 13073160.

HSL color Cylindrical-coordinate representation of color #087BC7: hue angle of 203.87º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087BC7 is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 8 123 199 -
CMYK 0.96 0.38 0 0.22
HSL 203.87º 0.92% 0.41% -
HSV(B) 203.87º 0.96% 0.78% -
XYZ 17.49 18.34 56.65 -
YUV 97.28 185.4 64.32 -
System Red Green Blue C M Y K H S L
Decimal 8 123 199 0.96 0.38 0 0.22 203.87 0.92 0.41
Hex 8 7B C7 60 26 0 16 CC 5C 29
Octal 10 173 307 140 46 0 26 314 134 51
Binary 1000 1111011 11000111 1100000 100110 0 10110 11001100 1011100 101001

Color Harmonies of #087BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087BC7

Black with #087BC7

Text Example


Text Example

White with #087BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087BC7; }

 p { color: rgb(8,123,199); }

 H1.HeaderClassName
 {
   color: #087BC7;
 }
 .AnyTagClassName
 {
   color: #087BC7;
 }
</style>

background-color css

<style>
 a { background-color: #087BC7; }

 a { background-color: rgb(8,123,199); }

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

border-color css

<style>
 span { border-color: #087BC7; }

 span { border-color: rgb(8,123,199); }

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