Html Css Color HEX #067BCC Navy Blue

📋 copy color: '#067BCC'

red 6 ◦ green 123 ◦ blue 204

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

Shades of Navy Blue #067BCC

Tints of Navy Blue #067BCC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.94%

 BLUE value IS 204 (80.08% from 255) = 61.26%

R = 1.8%
G = 36.94%
B = 61.26%

CMYK

 C value IS 0.97

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#067BCC (or 0x067BCC) is known color: Navy Blue. HEX triplet: 06, 7B and CC. RGB value is (6,123,204). Sum of RGB (Red+Green+Blue) = 6+123+204=333 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.80% from 333); Green value is 123 (48.44% from 255 or 36.94% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #067BCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067BCC is #F98433. Grayscale: #606060. Windows color (decimal): -16352308 or 13400838. OLE color: 13400838.

HSL color Cylindrical-coordinate representation of color #067BCC: hue angle of 204.55º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067BCC is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 6 123 204 -
CMYK 0.97 0.40 0 0.2
HSL 204.55º 0.94% 0.41% -
HSV(B) 204.55º 0.97% 0.8% -
XYZ 18.06 18.56 59.76 -
YUV 97.25 188.24 62.91 -
System Red Green Blue C M Y K H S L
Decimal 6 123 204 0.97 0.40 0 0.2 204.55 0.94 0.41
Hex 6 7B CC 61 28 0 14 CD 5E 29
Octal 6 173 314 141 50 0 24 315 136 51
Binary 110 1111011 11001100 1100001 101000 0 10100 11001101 1011110 101001

Color Harmonies of #067BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067BCC

Black with #067BCC

Text Example


Text Example

White with #067BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,123,204); }

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

background-color css

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

 a { background-color: rgb(6,123,204); }

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

border-color css

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

 span { border-color: rgb(6,123,204); }

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