Html Css Color HEX #087BCA Navy Blue

📋 copy color: '#087BCA'

red 8 ◦ green 123 ◦ blue 202

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

Shades of Navy Blue #087BCA

Tints of Navy Blue #087BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 60.66%

R = 2.4%
G = 36.94%
B = 60.66%

CMYK

 C value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#087BCA (or 0x087BCA) is known color: Navy Blue. HEX triplet: 08, 7B and CA. RGB value is (8,123,202). Sum of RGB (Red+Green+Blue) = 8+123+202=333 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 333); Green value is 123 (48.44% from 255 or 36.94% from 333); Blue value is 202 (79.30% from 255 or 60.66% from 333); Max value from RGB is 202 - color contains mainly: blue. Hex color #087BCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087BCA is #F78435. Grayscale: #616161. Windows color (decimal): -16221238 or 13269768. OLE color: 13269768.

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

Color convert

RGB 8 123 202 -
CMYK 0.96 0.39 0 0.21
HSL 204.43º 0.92% 0.41% -
HSV(B) 204.43º 0.96% 0.79% -
XYZ 17.84 18.48 58.5 -
YUV 97.62 186.9 64.08 -
System Red Green Blue C M Y K H S L
Decimal 8 123 202 0.96 0.39 0 0.21 204.43 0.92 0.41
Hex 8 7B CA 60 27 0 15 CC 5C 29
Octal 10 173 312 140 47 0 25 314 134 51
Binary 1000 1111011 11001010 1100000 100111 0 10101 11001100 1011100 101001

Color Harmonies of #087BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087BCA

Black with #087BCA

Text Example


Text Example

White with #087BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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