#006CEB

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

Shades of Navy Blue #006CEB

Tints of Navy Blue #006CEB

Color information

#006CEB (or 0x006CEB) is unknown color: approx Navy Blue. HEX triplet: 00, 6C and EB. RGB value is (0,108,235). Sum of RGB (Red+Green+Blue) = 0+108+235=343 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 235 (92.19% from 255 or 68.51% from 343); Max value from RGB is 235 - color contains mainly: blue. Hex color #006CEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006CEB is #FF9314. Grayscale: #595959. Windows color (decimal): -16749333 or 15428608. OLE color: 15428608.

HSL color Cylindrical-coordinate representation of color #006CEB: hue angle of 212.43º 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 #006CEB is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB0108235-
CMYK10.5400.08
HSL212.43º100%46.08%-
HSV(B)212.43º100%92.16%-
XYZ20.3616.7280.75-
YUV90.19209.7263.67-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 108 (42.58% from 255) = 31.49%
BLUE value IS 235 (92.19% from 255) = 68.51%
R=0%
G=31.49%
B=68.51%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal010823510.5400.08212.4310046.08
Hex06CEB643608d4642e
Octal01543531446601032414456
Binary0110110011101011110010011011001000110101001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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