#067CE4

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

Shades of Navy Blue #067CE4

Tints of Navy Blue #067CE4

Color information

#067CE4 (or 0x067CE4) is unknown color: approx Navy Blue. HEX triplet: 06, 7C and E4. RGB value is (6,124,228). Sum of RGB (Red+Green+Blue) = 6+124+228=358 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.68% from 358); Green value is 124 (48.83% from 255 or 34.64% from 358); Blue value is 228 (89.45% from 255 or 63.69% from 358); Max value from RGB is 228 - color contains mainly: blue. Hex color #067CE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067CE4 is #F9831B. Grayscale: #646464. Windows color (decimal): -16352028 or 14973958. OLE color: 14973958.

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

Color convert

RGB6124228-
CMYK0.970.4600.11
HSL208.11º94.87%45.88%-
HSV(B)208.11º97.37%89.41%-
XYZ21.2920.0676.15-
YUV100.57199.9160.54-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.68%
GREEN value IS 124 (48.83% from 255) = 34.64%
BLUE value IS 228 (89.45% from 255) = 63.69%
R=1.68%
G=34.64%
B=63.69%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal61242280.970.4600.11208.1194.8745.88
Hex67CE4612E0Bd05f2e
Octal61743441415601332013756
Binary110111110011100100110000110111001011110100001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,124,228); }

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

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

 a { background-color: rgb(6,124,228); }

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

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

 span { border-color: rgb(6,124,228); }

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