Html Css Color HEX #067CC1 Navy Blue

📋 copy color: '#067CC1'

red 6 ◦ green 124 ◦ blue 193

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

Shades of Navy Blue #067CC1

Tints of Navy Blue #067CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 59.75%

R = 1.86%
G = 38.39%
B = 59.75%

CMYK

 C value IS 0.97

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#067CC1 (or 0x067CC1) is known color: Navy Blue. HEX triplet: 06, 7C and C1. RGB value is (6,124,193). Sum of RGB (Red+Green+Blue) = 6+124+193=323 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.86% from 323); Green value is 124 (48.83% from 255 or 38.39% from 323); Blue value is 193 (75.78% from 255 or 59.75% from 323); Max value from RGB is 193 - color contains mainly: blue. Hex color #067CC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067CC1 is #F9833E. Grayscale: #606060. Windows color (decimal): -16352063 or 12680198. OLE color: 12680198.

HSL color Cylindrical-coordinate representation of color #067CC1: hue angle of 202.14º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067CC1 is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 6 124 193 -
CMYK 0.97 0.36 0 0.24
HSL 202.14º 0.94% 0.39% -
HSV(B) 202.14º 0.97% 0.76% -
XYZ 16.91 18.3 53.09 -
YUV 96.58 182.41 63.39 -
System Red Green Blue C M Y K H S L
Decimal 6 124 193 0.97 0.36 0 0.24 202.14 0.94 0.39
Hex 6 7C C1 61 24 0 18 CA 5E 27
Octal 6 174 301 141 44 0 30 312 136 47
Binary 110 1111100 11000001 1100001 100100 0 11000 11001010 1011110 100111

Color Harmonies of #067CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067CC1

Black with #067CC1

Text Example


Text Example

White with #067CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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