Html Css Color HEX #006BED Navy Blue

📋 copy color: '#006BED'

red 0 ◦ green 107 ◦ blue 237

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

Shades of Navy Blue #006BED

Tints of Navy Blue #006BED

RGB

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

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

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

R = 0%
G = 31.1%
B = 68.9%

CMYK

 C value IS 1

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#006BED (or 0x006BED) is known color: Navy Blue. HEX triplet: 00, 6B and ED. RGB value is (0,107,237). Sum of RGB (Red+Green+Blue) = 0+107+237=344 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 237 (92.97% from 255 or 68.90% from 344); Max value from RGB is 237 - color contains mainly: blue. Hex color #006BED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006BED is #FF9412. Grayscale: #595959. Windows color (decimal): -16749587 or 15559424. OLE color: 15559424.

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

Color convert

RGB 0 107 237 -
CMYK 1 0.55 0 0.07
HSL 212.91º 1% 0.46% -
HSV(B) 212.91º 1% 0.93% -
XYZ 20.54 16.63 82.25 -
YUV 89.83 211.05 63.93 -
System Red Green Blue C M Y K H S L
Decimal 0 107 237 1 0.55 0 0.07 212.91 1 0.46
Hex 0 6B ED 64 37 0 7 D5 64 2E
Octal 0 153 355 144 67 0 7 325 144 56
Binary 0 1101011 11101101 1100100 110111 0 111 11010101 1100100 101110

Color Harmonies of #006BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006BED

Black with #006BED

Text Example


Text Example

White with #006BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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