Html Css Color HEX #067EE5 Navy Blue

📋 copy color: '#067EE5'

red 6 ◦ green 126 ◦ blue 229

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

Shades of Navy Blue #067EE5

Tints of Navy Blue #067EE5

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.9%

 BLUE value IS 229 (89.84% from 255) = 63.43%

R = 1.66%
G = 34.9%
B = 63.43%

CMYK

 C value IS 0.97

 M value IS 0.45

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#067EE5 (or 0x067EE5) is known color: Navy Blue. HEX triplet: 06, 7E and E5. RGB value is (6,126,229). Sum of RGB (Red+Green+Blue) = 6+126+229=361 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.66% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 229 (89.84% from 255 or 63.43% from 361); Max value from RGB is 229 - color contains mainly: blue. Hex color #067EE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067EE5 is #F9811A. Grayscale: #656565. Windows color (decimal): -16351515 or 15040006. OLE color: 15040006.

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

Color convert

RGB 6 126 229 -
CMYK 0.97 0.45 0 0.10
HSL 207.71º 0.95% 0.46% -
HSV(B) 207.71º 0.97% 0.9% -
XYZ 21.68 20.62 76.97 -
YUV 101.86 199.74 59.62 -
System Red Green Blue C M Y K H S L
Decimal 6 126 229 0.97 0.45 0 0.10 207.71 0.95 0.46
Hex 6 7E E5 61 2D 0 A D0 5F 2E
Octal 6 176 345 141 55 0 12 320 137 56
Binary 110 1111110 11100101 1100001 101101 0 1010 11010000 1011111 101110

Color Harmonies of #067EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067EE5

Black with #067EE5

Text Example


Text Example

White with #067EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,126,229); }

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

background-color css

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

 a { background-color: rgb(6,126,229); }

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

border-color css

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

 span { border-color: rgb(6,126,229); }

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