Html Css Color HEX #006BCE Navy Blue

📋 copy color: '#006BCE'

red 0 ◦ green 107 ◦ blue 206

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

Shades of Navy Blue #006BCE

Tints of Navy Blue #006BCE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.19%

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

R = 0%
G = 34.19%
B = 65.81%

CMYK

 C value IS 1

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#006BCE (or 0x006BCE) is known color: Navy Blue. HEX triplet: 00, 6B and CE. RGB value is (0,107,206). Sum of RGB (Red+Green+Blue) = 0+107+206=313 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 206 (80.86% from 255 or 65.81% from 313); Max value from RGB is 206 - color contains mainly: blue. Hex color #006BCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006BCE is #FF9431. Grayscale: #555555. Windows color (decimal): -16749618 or 13527808. OLE color: 13527808.

HSL color Cylindrical-coordinate representation of color #006BCE: hue angle of 208.83º 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 #006BCE is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 107 206 -
CMYK 1 0.48 0 0.19
HSL 208.83º 1% 0.4% -
HSV(B) 208.83º 1% 0.81% -
XYZ 16.4 14.97 60.42 -
YUV 86.29 195.55 66.45 -
System Red Green Blue C M Y K H S L
Decimal 0 107 206 1 0.48 0 0.19 208.83 1 0.4
Hex 0 6B CE 64 30 0 13 D1 64 28
Octal 0 153 316 144 60 0 23 321 144 50
Binary 0 1101011 11001110 1100100 110000 0 10011 11010001 1100100 101000

Color Harmonies of #006BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006BCE

Black with #006BCE

Text Example


Text Example

White with #006BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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