Html Css Color HEX #0880CF Navy Blue

📋 copy color: '#0880CF'

red 8 ◦ green 128 ◦ blue 207

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

Shades of Navy Blue #0880CF

Tints of Navy Blue #0880CF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.32%

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

R = 2.33%
G = 37.32%
B = 60.35%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0880CF (or 0x0880CF) is known color: Navy Blue. HEX triplet: 08, 80 and CF. RGB value is (8,128,207). Sum of RGB (Red+Green+Blue) = 8+128+207=343 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.33% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 207 (81.25% from 255 or 60.35% from 343); Max value from RGB is 207 - color contains mainly: blue. Hex color #0880CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0880CF is #F77F30. Grayscale: #646464. Windows color (decimal): -16219953 or 13598728. OLE color: 13598728.

HSL color Cylindrical-coordinate representation of color #0880CF: hue angle of 203.82º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0880CF is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 8 128 207 -
CMYK 0.96 0.38 0 0.19
HSL 203.82º 0.93% 0.42% -
HSV(B) 203.82º 0.96% 0.81% -
XYZ 19.08 19.99 61.89 -
YUV 101.13 187.74 61.58 -
System Red Green Blue C M Y K H S L
Decimal 8 128 207 0.96 0.38 0 0.19 203.82 0.93 0.42
Hex 8 80 CF 60 26 0 13 CC 5D 2A
Octal 10 200 317 140 46 0 23 314 135 52
Binary 1000 10000000 11001111 1100000 100110 0 10011 11001100 1011101 101010

Color Harmonies of #0880CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0880CF

Black with #0880CF

Text Example


Text Example

White with #0880CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0880CF; }

 p { color: rgb(8,128,207); }

 H1.HeaderClassName
 {
   color: #0880CF;
 }
 .AnyTagClassName
 {
   color: #0880CF;
 }
</style>

background-color css

<style>
 a { background-color: #0880CF; }

 a { background-color: rgb(8,128,207); }

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

border-color css

<style>
 span { border-color: #0880CF; }

 span { border-color: rgb(8,128,207); }

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