Html Css Color HEX #0671DE Navy Blue

📋 copy color: '#0671DE'

red 6 ◦ green 113 ◦ blue 222

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

Shades of Navy Blue #0671DE

Tints of Navy Blue #0671DE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.14%

 BLUE value IS 222 (87.11% from 255) = 65.1%

R = 1.76%
G = 33.14%
B = 65.1%

CMYK

 C value IS 0.97

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0671DE (or 0x0671DE) is known color: Navy Blue. HEX triplet: 06, 71 and DE. RGB value is (6,113,222). Sum of RGB (Red+Green+Blue) = 6+113+222=341 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.76% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 222 (87.11% from 255 or 65.10% from 341); Max value from RGB is 222 - color contains mainly: blue. Hex color #0671DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0671DE is #F98E21. Grayscale: #5C5C5C. Windows color (decimal): -16354850 or 14577926. OLE color: 14577926.

HSL color Cylindrical-coordinate representation of color #0671DE: hue angle of 210.28º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0671DE is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 113 222 -
CMYK 0.97 0.49 0 0.13
HSL 210.28º 0.95% 0.45% -
HSV(B) 210.28º 0.97% 0.87% -
XYZ 19.17 17.12 71.4 -
YUV 93.43 200.55 65.64 -
System Red Green Blue C M Y K H S L
Decimal 6 113 222 0.97 0.49 0 0.13 210.28 0.95 0.45
Hex 6 71 DE 61 31 0 D D2 5F 2D
Octal 6 161 336 141 61 0 15 322 137 55
Binary 110 1110001 11011110 1100001 110001 0 1101 11010010 1011111 101101

Color Harmonies of #0671DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0671DE

Black with #0671DE

Text Example


Text Example

White with #0671DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0671DE; }

 p { color: rgb(6,113,222); }

 H1.HeaderClassName
 {
   color: #0671DE;
 }
 .AnyTagClassName
 {
   color: #0671DE;
 }
</style>

background-color css

<style>
 a { background-color: #0671DE; }

 a { background-color: rgb(6,113,222); }

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

border-color css

<style>
 span { border-color: #0671DE; }

 span { border-color: rgb(6,113,222); }

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