Html Css Color HEX #006BBE Navy Blue

📋 copy color: '#006BBE'

red 0 ◦ green 107 ◦ blue 190

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

Shades of Navy Blue #006BBE

Tints of Navy Blue #006BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 63.97%

R = 0%
G = 36.03%
B = 63.97%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#006BBE (or 0x006BBE) is known color: Navy Blue. HEX triplet: 00, 6B and BE. RGB value is (0,107,190). Sum of RGB (Red+Green+Blue) = 0+107+190=297 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 297); Green value is 107 (42.19% from 255 or 36.03% from 297); Blue value is 190 (74.61% from 255 or 63.97% from 297); Max value from RGB is 190 - color contains mainly: blue. Hex color #006BBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006BBE is #FF9441. Grayscale: #545454. Windows color (decimal): -16749634 or 12479232. OLE color: 12479232.

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

Color convert

RGB 0 107 190 -
CMYK 1 0.44 0 0.25
HSL 206.21º 1% 0.37% -
HSV(B) 206.21º 1% 0.75% -
XYZ 14.55 14.23 50.7 -
YUV 84.47 187.55 67.75 -
System Red Green Blue C M Y K H S L
Decimal 0 107 190 1 0.44 0 0.25 206.21 1 0.37
Hex 0 6B BE 64 2C 0 19 CE 64 25
Octal 0 153 276 144 54 0 31 316 144 45
Binary 0 1101011 10111110 1100100 101100 0 11001 11001110 1100100 100101

Color Harmonies of #006BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006BBE

Black with #006BBE

Text Example


Text Example

White with #006BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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