Html Css Color HEX #006BCF Navy Blue

📋 copy color: '#006BCF'

red 0 ◦ green 107 ◦ blue 207

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

Shades of Navy Blue #006BCF

Tints of Navy Blue #006BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 65.92%

R = 0%
G = 34.08%
B = 65.92%

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

#006BCF (or 0x006BCF) is known color: Navy Blue. HEX triplet: 00, 6B and CF. RGB value is (0,107,207). Sum of RGB (Red+Green+Blue) = 0+107+207=314 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 207 (81.25% from 255 or 65.92% from 314); Max value from RGB is 207 - color contains mainly: blue. Hex color #006BCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006BCF is #FF9430. Grayscale: #555555. Windows color (decimal): -16749617 or 13593344. OLE color: 13593344.

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

Color convert

RGB 0 107 207 -
CMYK 1 0.48 0 0.19
HSL 208.99º 1% 0.41% -
HSV(B) 208.99º 1% 0.81% -
XYZ 16.52 15.02 61.06 -
YUV 86.41 196.05 66.37 -
System Red Green Blue C M Y K H S L
Decimal 0 107 207 1 0.48 0 0.19 208.99 1 0.41
Hex 0 6B CF 64 30 0 13 D1 64 29
Octal 0 153 317 144 60 0 23 321 144 51
Binary 0 1101011 11001111 1100100 110000 0 10011 11010001 1100100 101001

Color Harmonies of #006BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006BCF

Black with #006BCF

Text Example


Text Example

White with #006BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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