Html Css Color HEX #006DC7 Navy Blue

📋 copy color: '#006DC7'

red 0 ◦ green 109 ◦ blue 199

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

Shades of Navy Blue #006DC7

Tints of Navy Blue #006DC7

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 109 (42.97% from 255) = 35.39%

 BLUE value IS 199 (78.13% from 255) = 64.61%

R = 0%
G = 35.39%
B = 64.61%

CMYK

 C value IS 1

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#006DC7 (or 0x006DC7) is known color: Navy Blue. HEX triplet: 00, 6D and C7. RGB value is (0,109,199). Sum of RGB (Red+Green+Blue) = 0+109+199=308 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 308); Green value is 109 (42.97% from 255 or 35.39% from 308); Blue value is 199 (78.12% from 255 or 64.61% from 308); Max value from RGB is 199 - color contains mainly: blue. Hex color #006DC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006DC7 is #FF9238. Grayscale: #565656. Windows color (decimal): -16749113 or 13069568. OLE color: 13069568.

HSL color Cylindrical-coordinate representation of color #006DC7: hue angle of 207.14º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006DC7 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 0 109 199 -
CMYK 1 0.45 0 0.22
HSL 207.14º 1% 0.39% -
HSV(B) 207.14º 1% 0.78% -
XYZ 15.78 15.06 56.11 -
YUV 86.67 191.39 66.18 -
System Red Green Blue C M Y K H S L
Decimal 0 109 199 1 0.45 0 0.22 207.14 1 0.39
Hex 0 6D C7 64 2D 0 16 CF 64 27
Octal 0 155 307 144 55 0 26 317 144 47
Binary 0 1101101 11000111 1100100 101101 0 10110 11001111 1100100 100111

Color Harmonies of #006DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006DC7

Black with #006DC7

Text Example


Text Example

White with #006DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006DC7; }

 p { color: rgb(0,109,199); }

 H1.HeaderClassName
 {
   color: #006DC7;
 }
 .AnyTagClassName
 {
   color: #006DC7;
 }
</style>

background-color css

<style>
 a { background-color: #006DC7; }

 a { background-color: rgb(0,109,199); }

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

border-color css

<style>
 span { border-color: #006DC7; }

 span { border-color: rgb(0,109,199); }

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