Html Css Color HEX #0672CE Navy Blue

📋 copy color: '#0672CE'

red 6 ◦ green 114 ◦ blue 206

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

Shades of Navy Blue #0672CE

Tints of Navy Blue #0672CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 63.19%

R = 1.84%
G = 34.97%
B = 63.19%

CMYK

 C value IS 0.97

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0672CE (or 0x0672CE) is known color: Navy Blue. HEX triplet: 06, 72 and CE. RGB value is (6,114,206). Sum of RGB (Red+Green+Blue) = 6+114+206=326 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.84% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 206 (80.86% from 255 or 63.19% from 326); Max value from RGB is 206 - color contains mainly: blue. Hex color #0672CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0672CE is #F98D31. Grayscale: #5B5B5B. Windows color (decimal): -16354610 or 13529606. OLE color: 13529606.

HSL color Cylindrical-coordinate representation of color #0672CE: hue angle of 207.6º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0672CE is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 6 114 206 -
CMYK 0.97 0.45 0 0.19
HSL 207.6º 0.94% 0.42% -
HSV(B) 207.6º 0.97% 0.81% -
XYZ 17.23 16.53 60.67 -
YUV 92.2 192.22 66.52 -
System Red Green Blue C M Y K H S L
Decimal 6 114 206 0.97 0.45 0 0.19 207.6 0.94 0.42
Hex 6 72 CE 61 2D 0 13 D0 5E 2A
Octal 6 162 316 141 55 0 23 320 136 52
Binary 110 1110010 11001110 1100001 101101 0 10011 11010000 1011110 101010

Color Harmonies of #0672CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0672CE

Black with #0672CE

Text Example


Text Example

White with #0672CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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