Html Css Color HEX #0667BC Navy Blue

📋 copy color: '#0667BC'

red 6 ◦ green 103 ◦ blue 188

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

Shades of Navy Blue #0667BC

Tints of Navy Blue #0667BC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.68%

 BLUE value IS 188 (73.83% from 255) = 63.3%

R = 2.02%
G = 34.68%
B = 63.3%

CMYK

 C value IS 0.97

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0667BC (or 0x0667BC) is known color: Navy Blue. HEX triplet: 06, 67 and BC. RGB value is (6,103,188). Sum of RGB (Red+Green+Blue) = 6+103+188=297 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.02% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 188 (73.83% from 255 or 63.30% from 297); Max value from RGB is 188 - color contains mainly: blue. Hex color #0667BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0667BC is #F99843. Grayscale: #535353. Windows color (decimal): -16357444 or 12347142. OLE color: 12347142.

HSL color Cylindrical-coordinate representation of color #0667BC: hue angle of 208.02º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0667BC is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 6 103 188 -
CMYK 0.97 0.45 0 0.26
HSL 208.02º 0.94% 0.38% -
HSV(B) 208.02º 0.97% 0.74% -
XYZ 14 13.37 49.42 -
YUV 83.69 186.86 72.59 -
System Red Green Blue C M Y K H S L
Decimal 6 103 188 0.97 0.45 0 0.26 208.02 0.94 0.38
Hex 6 67 BC 61 2D 0 1A D0 5E 26
Octal 6 147 274 141 55 0 32 320 136 46
Binary 110 1100111 10111100 1100001 101101 0 11010 11010000 1011110 100110

Color Harmonies of #0667BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0667BC

Black with #0667BC

Text Example


Text Example

White with #0667BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0667BC; }

 p { color: rgb(6,103,188); }

 H1.HeaderClassName
 {
   color: #0667BC;
 }
 .AnyTagClassName
 {
   color: #0667BC;
 }
</style>

background-color css

<style>
 a { background-color: #0667BC; }

 a { background-color: rgb(6,103,188); }

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

border-color css

<style>
 span { border-color: #0667BC; }

 span { border-color: rgb(6,103,188); }

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