Html Css Color HEX #006CED Navy Blue

📋 copy color: '#006CED'

red 0 ◦ green 108 ◦ blue 237

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

Shades of Navy Blue #006CED

Tints of Navy Blue #006CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 68.7%

R = 0%
G = 31.3%
B = 68.7%

CMYK

 C value IS 1

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#006CED (or 0x006CED) is known color: Navy Blue. HEX triplet: 00, 6C and ED. RGB value is (0,108,237). Sum of RGB (Red+Green+Blue) = 0+108+237=345 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 237 (92.97% from 255 or 68.70% from 345); Max value from RGB is 237 - color contains mainly: blue. Hex color #006CED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006CED is #FF9312. Grayscale: #595959. Windows color (decimal): -16749331 or 15559680. OLE color: 15559680.

HSL color Cylindrical-coordinate representation of color #006CED: hue angle of 212.66º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006CED is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 0 108 237 -
CMYK 1 0.54 0 0.07
HSL 212.66º 1% 0.46% -
HSV(B) 212.66º 1% 0.93% -
XYZ 20.65 16.84 82.28 -
YUV 90.41 210.72 63.51 -
System Red Green Blue C M Y K H S L
Decimal 0 108 237 1 0.54 0 0.07 212.66 1 0.46
Hex 0 6C ED 64 36 0 7 D5 64 2E
Octal 0 154 355 144 66 0 7 325 144 56
Binary 0 1101100 11101101 1100100 110110 0 111 11010101 1100100 101110

Color Harmonies of #006CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006CED

Black with #006CED

Text Example


Text Example

White with #006CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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