Html Css Color HEX #0676CB Navy Blue

📋 copy color: '#0676CB'

red 6 ◦ green 118 ◦ blue 203

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

Shades of Navy Blue #0676CB

Tints of Navy Blue #0676CB

RGB

 RED value IS 6 (2.73% from 255) = 1.83%

 GREEN value IS 118 (46.48% from 255) = 36.09%

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

R = 1.83%
G = 36.09%
B = 62.08%

CMYK

 C value IS 0.97

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0676CB (or 0x0676CB) is known color: Navy Blue. HEX triplet: 06, 76 and CB. RGB value is (6,118,203). Sum of RGB (Red+Green+Blue) = 6+118+203=327 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.83% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 203 (79.69% from 255 or 62.08% from 327); Max value from RGB is 203 - color contains mainly: blue. Hex color #0676CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0676CB is #F98934. Grayscale: #5D5D5D. Windows color (decimal): -16353589 or 13334022. OLE color: 13334022.

HSL color Cylindrical-coordinate representation of color #0676CB: hue angle of 205.89º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0676CB is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 6 118 203 -
CMYK 0.97 0.42 0 0.20
HSL 205.89º 0.94% 0.41% -
HSV(B) 205.89º 0.97% 0.8% -
XYZ 17.33 17.31 58.93 -
YUV 94.2 189.39 65.09 -
System Red Green Blue C M Y K H S L
Decimal 6 118 203 0.97 0.42 0 0.20 205.89 0.94 0.41
Hex 6 76 CB 61 2A 0 14 CE 5E 29
Octal 6 166 313 141 52 0 24 316 136 51
Binary 110 1110110 11001011 1100001 101010 0 10100 11001110 1011110 101001

Color Harmonies of #0676CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0676CB

Black with #0676CB

Text Example


Text Example

White with #0676CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0676CB; }

 p { color: rgb(6,118,203); }

 H1.HeaderClassName
 {
   color: #0676CB;
 }
 .AnyTagClassName
 {
   color: #0676CB;
 }
</style>

background-color css

<style>
 a { background-color: #0676CB; }

 a { background-color: rgb(6,118,203); }

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

border-color css

<style>
 span { border-color: #0676CB; }

 span { border-color: rgb(6,118,203); }

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