Html Css Color HEX #006DCE Navy Blue

📋 copy color: '#006DCE'

red 0 ◦ green 109 ◦ blue 206

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

Shades of Navy Blue #006DCE

Tints of Navy Blue #006DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 65.4%

R = 0%
G = 34.6%
B = 65.4%

CMYK

 C value IS 1

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#006DCE (or 0x006DCE) is known color: Navy Blue. HEX triplet: 00, 6D and CE. RGB value is (0,109,206). Sum of RGB (Red+Green+Blue) = 0+109+206=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 206 (80.86% from 255 or 65.40% from 315); Max value from RGB is 206 - color contains mainly: blue. Hex color #006DCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006DCE is #FF9231. Grayscale: #565656. Windows color (decimal): -16749106 or 13528320. OLE color: 13528320.

HSL color Cylindrical-coordinate representation of color #006DCE: hue angle of 208.25º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006DCE is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 109 206 -
CMYK 1 0.47 0 0.19
HSL 208.25º 1% 0.4% -
HSV(B) 208.25º 1% 0.81% -
XYZ 16.61 15.39 60.49 -
YUV 87.47 194.89 65.61 -
System Red Green Blue C M Y K H S L
Decimal 0 109 206 1 0.47 0 0.19 208.25 1 0.4
Hex 0 6D CE 64 2F 0 13 D0 64 28
Octal 0 155 316 144 57 0 23 320 144 50
Binary 0 1101101 11001110 1100100 101111 0 10011 11010000 1100100 101000

Color Harmonies of #006DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006DCE

Black with #006DCE

Text Example


Text Example

White with #006DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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