#067BE8

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

Shades of Navy Blue #067BE8

Tints of Navy Blue #067BE8

Color information

#067BE8 (or 0x067BE8) is unknown color: approx Navy Blue. HEX triplet: 06, 7B and E8. RGB value is (6,123,232). Sum of RGB (Red+Green+Blue) = 6+123+232=361 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.66% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 232 (91.02% from 255 or 64.27% from 361); Max value from RGB is 232 - color contains mainly: blue. Hex color #067BE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #067BE8 is #F98417. Grayscale: #636363. Windows color (decimal): -16352280 or 15235846. OLE color: 15235846.

HSL color Cylindrical-coordinate representation of color #067BE8: hue angle of 208.94º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067BE8 is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB6123232-
CMYK0.970.4700.09
HSL208.94º94.96%46.67%-
HSV(B)208.94º97.41%90.98%-
XYZ21.7220.0379.07-
YUV100.44202.2460.64-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.66%
GREEN value IS 123 (48.44% from 255) = 34.07%
BLUE value IS 232 (91.02% from 255) = 64.27%
R=1.66%
G=34.07%
B=64.27%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal61232320.970.4700.09208.9494.9646.67
Hex67BE8612F09d15f2f
Octal61733501415701132113757
Binary110111101111101000110000110111101001110100011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067BE8; }

 p { color: rgb(6,123,232); }

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

<style>
 a { background-color: #067BE8; }

 a { background-color: rgb(6,123,232); }

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

<style>
 span { border-color: #067BE8; }

 span { border-color: rgb(6,123,232); }

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