Html Css Color HEX #067FE4 Navy Blue

📋 copy color: '#067FE4'

red 6 ◦ green 127 ◦ blue 228

#067FE4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #067FE4

Tints of Navy Blue #067FE4

RGB

 RED value IS 6 (2.73% from 255) = 1.66%

 GREEN value IS 127 (50% from 255) = 35.18%

 BLUE value IS 228 (89.45% from 255) = 63.16%

R = 1.66%
G = 35.18%
B = 63.16%

CMYK

 C value IS 0.97

 M value IS 0.44

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#067FE4 (or 0x067FE4) is known color: Navy Blue. HEX triplet: 06, 7F and E4. RGB value is (6,127,228). Sum of RGB (Red+Green+Blue) = 6+127+228=361 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.66% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 228 (89.45% from 255 or 63.16% from 361); Max value from RGB is 228 - color contains mainly: blue. Hex color #067FE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067FE4 is #F9801B. Grayscale: #656565. Windows color (decimal): -16351260 or 14974726. OLE color: 14974726.

HSL color Cylindrical-coordinate representation of color #067FE4: hue angle of 207.3º 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 #067FE4 is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 6 127 228 -
CMYK 0.97 0.44 0 0.11
HSL 207.3º 0.95% 0.46% -
HSV(B) 207.3º 0.97% 0.89% -
XYZ 21.67 20.82 76.28 -
YUV 102.34 198.91 59.29 -
System Red Green Blue C M Y K H S L
Decimal 6 127 228 0.97 0.44 0 0.11 207.3 0.95 0.46
Hex 6 7F E4 61 2C 0 B CF 5F 2E
Octal 6 177 344 141 54 0 13 317 137 56
Binary 110 1111111 11100100 1100001 101100 0 1011 11001111 1011111 101110

Color Harmonies of #067FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067FE4

Black with #067FE4

Text Example


Text Example

White with #067FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #067FE4;
 }
 .AnyTagClassName
 {
   color: #067FE4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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