Html Css Color HEX #006CD7 Navy Blue

📋 copy color: '#006CD7'

red 0 ◦ green 108 ◦ blue 215

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

Shades of Navy Blue #006CD7

Tints of Navy Blue #006CD7

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.44%

 BLUE value IS 215 (84.38% from 255) = 66.56%

R = 0%
G = 33.44%
B = 66.56%

CMYK

 C value IS 1

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#006CD7 (or 0x006CD7) is known color: Navy Blue. HEX triplet: 00, 6C and D7. RGB value is (0,108,215). Sum of RGB (Red+Green+Blue) = 0+108+215=323 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 215 (84.38% from 255 or 66.56% from 323); Max value from RGB is 215 - color contains mainly: blue. Hex color #006CD7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006CD7 is #FF9328. Grayscale: #575757. Windows color (decimal): -16749353 or 14117888. OLE color: 14117888.

HSL color Cylindrical-coordinate representation of color #006CD7: hue angle of 209.86º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006CD7 is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 0 108 215 -
CMYK 1 0.50 0 0.16
HSL 209.86º 1% 0.42% -
HSV(B) 209.86º 1% 0.84% -
XYZ 17.63 15.63 66.38 -
YUV 87.91 199.72 65.3 -
System Red Green Blue C M Y K H S L
Decimal 0 108 215 1 0.50 0 0.16 209.86 1 0.42
Hex 0 6C D7 64 32 0 10 D2 64 2A
Octal 0 154 327 144 62 0 20 322 144 52
Binary 0 1101100 11010111 1100100 110010 0 10000 11010010 1100100 101010

Color Harmonies of #006CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006CD7

Black with #006CD7

Text Example


Text Example

White with #006CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,108,215); }

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

background-color css

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

 a { background-color: rgb(0,108,215); }

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

border-color css

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

 span { border-color: rgb(0,108,215); }

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