Html Css Color HEX #067CE8 Navy Blue

📋 copy color: '#067CE8'

red 6 ◦ green 124 ◦ blue 232

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

Shades of Navy Blue #067CE8

Tints of Navy Blue #067CE8

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.25%

 BLUE value IS 232 (91.02% from 255) = 64.09%

R = 1.66%
G = 34.25%
B = 64.09%

CMYK

 C value IS 0.97

 M value IS 0.47

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#067CE8 (or 0x067CE8) is known color: Navy Blue. HEX triplet: 06, 7C and E8. RGB value is (6,124,232). Sum of RGB (Red+Green+Blue) = 6+124+232=362 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.66% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 232 (91.02% from 255 or 64.09% from 362); Max value from RGB is 232 - color contains mainly: blue. Hex color #067CE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #067CE8 is #F98317. Grayscale: #646464. Windows color (decimal): -16352024 or 15236102. OLE color: 15236102.

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

Color convert

RGB 6 124 232 -
CMYK 0.97 0.47 0 0.09
HSL 208.67º 0.95% 0.47% -
HSV(B) 208.67º 0.97% 0.91% -
XYZ 21.85 20.28 79.11 -
YUV 101.03 201.91 60.22 -
System Red Green Blue C M Y K H S L
Decimal 6 124 232 0.97 0.47 0 0.09 208.67 0.95 0.47
Hex 6 7C E8 61 2F 0 9 D1 5F 2F
Octal 6 174 350 141 57 0 11 321 137 57
Binary 110 1111100 11101000 1100001 101111 0 1001 11010001 1011111 101111

Color Harmonies of #067CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067CE8

Black with #067CE8

Text Example


Text Example

White with #067CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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