Html Css Color HEX #0675BC Navy Blue

📋 copy color: '#0675BC'

red 6 ◦ green 117 ◦ blue 188

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

Shades of Navy Blue #0675BC

Tints of Navy Blue #0675BC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.62%

 BLUE value IS 188 (73.83% from 255) = 60.45%

R = 1.93%
G = 37.62%
B = 60.45%

CMYK

 C value IS 0.97

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0675BC (or 0x0675BC) is known color: Navy Blue. HEX triplet: 06, 75 and BC. RGB value is (6,117,188). Sum of RGB (Red+Green+Blue) = 6+117+188=311 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.93% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 188 (73.83% from 255 or 60.45% from 311); Max value from RGB is 188 - color contains mainly: blue. Hex color #0675BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0675BC is #F98A43. Grayscale: #5B5B5B. Windows color (decimal): -16353860 or 12350726. OLE color: 12350726.

HSL color Cylindrical-coordinate representation of color #0675BC: hue angle of 203.41º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0675BC is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 6 117 188 -
CMYK 0.97 0.38 0 0.26
HSL 203.41º 0.94% 0.38% -
HSV(B) 203.41º 0.97% 0.74% -
XYZ 15.51 16.39 49.92 -
YUV 91.91 182.23 66.73 -
System Red Green Blue C M Y K H S L
Decimal 6 117 188 0.97 0.38 0 0.26 203.41 0.94 0.38
Hex 6 75 BC 61 26 0 1A CB 5E 26
Octal 6 165 274 141 46 0 32 313 136 46
Binary 110 1110101 10111100 1100001 100110 0 11010 11001011 1011110 100110

Color Harmonies of #0675BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0675BC

Black with #0675BC

Text Example


Text Example

White with #0675BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0675BC; }

 p { color: rgb(6,117,188); }

 H1.HeaderClassName
 {
   color: #0675BC;
 }
 .AnyTagClassName
 {
   color: #0675BC;
 }
</style>

background-color css

<style>
 a { background-color: #0675BC; }

 a { background-color: rgb(6,117,188); }

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

border-color css

<style>
 span { border-color: #0675BC; }

 span { border-color: rgb(6,117,188); }

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