Html Css Color HEX #0672BC Navy Blue

📋 copy color: '#0672BC'

red 6 ◦ green 114 ◦ blue 188

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

Shades of Navy Blue #0672BC

Tints of Navy Blue #0672BC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.01%

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

R = 1.95%
G = 37.01%
B = 61.04%

CMYK

 C value IS 0.97

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0672BC (or 0x0672BC) is known color: Navy Blue. HEX triplet: 06, 72 and BC. RGB value is (6,114,188). Sum of RGB (Red+Green+Blue) = 6+114+188=308 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 188 (73.83% from 255 or 61.04% from 308); Max value from RGB is 188 - color contains mainly: blue. Hex color #0672BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0672BC is #F98D43. Grayscale: #595959. Windows color (decimal): -16354628 or 12349958. OLE color: 12349958.

HSL color Cylindrical-coordinate representation of color #0672BC: hue angle of 204.4º 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 #0672BC is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 6 114 188 -
CMYK 0.97 0.39 0 0.26
HSL 204.4º 0.94% 0.38% -
HSV(B) 204.4º 0.97% 0.74% -
XYZ 15.17 15.7 49.81 -
YUV 90.14 183.22 67.98 -
System Red Green Blue C M Y K H S L
Decimal 6 114 188 0.97 0.39 0 0.26 204.4 0.94 0.38
Hex 6 72 BC 61 27 0 1A CC 5E 26
Octal 6 162 274 141 47 0 32 314 136 46
Binary 110 1110010 10111100 1100001 100111 0 11010 11001100 1011110 100110

Color Harmonies of #0672BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0672BC

Black with #0672BC

Text Example


Text Example

White with #0672BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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