#006BEB

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

Shades of Navy Blue #006BEB

Tints of Navy Blue #006BEB

Color information

#006BEB (or 0x006BEB) is unknown color: approx Navy Blue. HEX triplet: 00, 6B and EB. RGB value is (0,107,235). Sum of RGB (Red+Green+Blue) = 0+107+235=342 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 235 (92.19% from 255 or 68.71% from 342); Max value from RGB is 235 - color contains mainly: blue. Hex color #006BEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006BEB is #FF9414. Grayscale: #585858. Windows color (decimal): -16749589 or 15428352. OLE color: 15428352.

HSL color Cylindrical-coordinate representation of color #006BEB: hue angle of 212.68º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006BEB is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB0107235-
CMYK10.5400.08
HSL212.68º100%46.08%-
HSV(B)212.68º100%92.16%-
XYZ20.2516.5180.72-
YUV89.6210.0564.09-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 107 (42.19% from 255) = 31.29%
BLUE value IS 235 (92.19% from 255) = 68.71%
R=0%
G=31.29%
B=68.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal010723510.5400.08212.6810046.08
Hex06BEB643608d5642e
Octal01533531446601032514456
Binary0110101111101011110010011011001000110101011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,107,235); }

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

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

 a { background-color: rgb(0,107,235); }

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

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

 span { border-color: rgb(0,107,235); }

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