#006FE1

Color #006FE1 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #006FE1

Tints of Navy Blue #006FE1

Color information

#006FE1 (or 0x006FE1) is unknown color: approx Navy Blue. HEX triplet: 00, 6F and E1. RGB value is (0,111,225). Sum of RGB (Red+Green+Blue) = 0+111+225=336 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 225 (88.28% from 255 or 66.96% from 336); Max value from RGB is 225 - color contains mainly: blue. Hex color #006FE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006FE1 is #FF901E. Grayscale: #5A5A5A. Windows color (decimal): -16748575 or 14774016. OLE color: 14774016.

HSL color Cylindrical-coordinate representation of color #006FE1: hue angle of 210.4º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006FE1 is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB0111225-
CMYK10.5100.12
HSL210.4º100%44.12%-
HSV(B)210.4º100%88.24%-
XYZ19.2816.8173.46-
YUV90.81203.7363.23-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 111 (43.75% from 255) = 33.04%
BLUE value IS 225 (88.28% from 255) = 66.96%
R=0%
G=33.04%
B=66.96%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal011122510.5100.12210.410044.12
Hex06FE164330Cd2642c
Octal01573411446301432214454
Binary0110111111100001110010011001101100110100101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006FE1; }

 p { color: rgb(0,111,225); }

 H1.HeaderClassName
 {
   color: #006FE1;
 }
 .AnyTagClassName
 {
   color: #006FE1;
 }
</style>
background-color css

<style>
 a { background-color: #006FE1; }

 a { background-color: rgb(0,111,225); }

 div.DivClassName
 {
   background-color: #006FE1;
 }
 .BgClassName
 {
   background-color: #006FE1;
 }
</style>
border-color css

<style>
 span { border-color: #006FE1; }

 span { border-color: rgb(0,111,225); }

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