Html Css Color HEX #087ACB Navy Blue

📋 copy color: '#087ACB'

red 8 ◦ green 122 ◦ blue 203

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

Shades of Navy Blue #087ACB

Tints of Navy Blue #087ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 60.96%

R = 2.4%
G = 36.64%
B = 60.96%

CMYK

 C value IS 0.96

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#087ACB (or 0x087ACB) is known color: Navy Blue. HEX triplet: 08, 7A and CB. RGB value is (8,122,203). Sum of RGB (Red+Green+Blue) = 8+122+203=333 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 203 (79.69% from 255 or 60.96% from 333); Max value from RGB is 203 - color contains mainly: blue. Hex color #087ACB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087ACB is #F78534. Grayscale: #606060. Windows color (decimal): -16221493 or 13335048. OLE color: 13335048.

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

Color convert

RGB 8 122 203 -
CMYK 0.96 0.40 0 0.20
HSL 204.92º 0.92% 0.41% -
HSV(B) 204.92º 0.96% 0.8% -
XYZ 17.84 18.28 59.09 -
YUV 97.15 187.73 64.41 -
System Red Green Blue C M Y K H S L
Decimal 8 122 203 0.96 0.40 0 0.20 204.92 0.92 0.41
Hex 8 7A CB 60 28 0 14 CD 5C 29
Octal 10 172 313 140 50 0 24 315 134 51
Binary 1000 1111010 11001011 1100000 101000 0 10100 11001101 1011100 101001

Color Harmonies of #087ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087ACB

Black with #087ACB

Text Example


Text Example

White with #087ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,122,203); }

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

background-color css

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

 a { background-color: rgb(8,122,203); }

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

border-color css

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

 span { border-color: rgb(8,122,203); }

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