Html Css Color HEX #067FE7 Navy Blue

📋 copy color: '#067FE7'

red 6 ◦ green 127 ◦ blue 231

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

Shades of Navy Blue #067FE7

Tints of Navy Blue #067FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 63.46%

R = 1.65%
G = 34.89%
B = 63.46%

CMYK

 C value IS 0.97

 M value IS 0.45

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#067FE7 (or 0x067FE7) is known color: Navy Blue. HEX triplet: 06, 7F and E7. RGB value is (6,127,231). Sum of RGB (Red+Green+Blue) = 6+127+231=364 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.65% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 231 (90.62% from 255 or 63.46% from 364); Max value from RGB is 231 - color contains mainly: blue. Hex color #067FE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #067FE7 is #F98018. Grayscale: #666666. Windows color (decimal): -16351257 or 15171334. OLE color: 15171334.

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

Color convert

RGB 6 127 231 -
CMYK 0.97 0.45 0 0.09
HSL 207.73º 0.95% 0.46% -
HSV(B) 207.73º 0.97% 0.91% -
XYZ 22.09 20.99 78.49 -
YUV 102.68 200.41 59.04 -
System Red Green Blue C M Y K H S L
Decimal 6 127 231 0.97 0.45 0 0.09 207.73 0.95 0.46
Hex 6 7F E7 61 2D 0 9 D0 5F 2E
Octal 6 177 347 141 55 0 11 320 137 56
Binary 110 1111111 11100111 1100001 101101 0 1001 11010000 1011111 101110

Color Harmonies of #067FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067FE7

Black with #067FE7

Text Example


Text Example

White with #067FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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