Html Css Color HEX #006CDF Navy Blue

📋 copy color: '#006CDF'

red 0 ◦ green 108 ◦ blue 223

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

Shades of Navy Blue #006CDF

Tints of Navy Blue #006CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 67.37%

R = 0%
G = 32.63%
B = 67.37%

CMYK

 C value IS 1

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#006CDF (or 0x006CDF) is known color: Navy Blue. HEX triplet: 00, 6C and DF. RGB value is (0,108,223). Sum of RGB (Red+Green+Blue) = 0+108+223=331 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 223 (87.5% from 255 or 67.37% from 331); Max value from RGB is 223 - color contains mainly: blue. Hex color #006CDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006CDF is #FF9320. Grayscale: #585858. Windows color (decimal): -16749345 or 14642176. OLE color: 14642176.

HSL color Cylindrical-coordinate representation of color #006CDF: hue angle of 210.94º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006CDF is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 108 223 -
CMYK 1 0.52 0 0.13
HSL 210.94º 1% 0.44% -
HSV(B) 210.94º 1% 0.87% -
XYZ 18.68 16.05 71.93 -
YUV 88.82 203.72 64.65 -
System Red Green Blue C M Y K H S L
Decimal 0 108 223 1 0.52 0 0.13 210.94 1 0.44
Hex 0 6C DF 64 34 0 D D3 64 2C
Octal 0 154 337 144 64 0 15 323 144 54
Binary 0 1101100 11011111 1100100 110100 0 1101 11010011 1100100 101100

Color Harmonies of #006CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006CDF

Black with #006CDF

Text Example


Text Example

White with #006CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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