Html Css Color HEX #006BBF Navy Blue

📋 copy color: '#006BBF'

red 0 ◦ green 107 ◦ blue 191

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

Shades of Navy Blue #006BBF

Tints of Navy Blue #006BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 64.09%

R = 0%
G = 35.91%
B = 64.09%

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

#006BBF (or 0x006BBF) is known color: Navy Blue. HEX triplet: 00, 6B and BF. RGB value is (0,107,191). Sum of RGB (Red+Green+Blue) = 0+107+191=298 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 298); Green value is 107 (42.19% from 255 or 35.91% from 298); Blue value is 191 (75% from 255 or 64.09% from 298); Max value from RGB is 191 - color contains mainly: blue. Hex color #006BBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006BBF is #FF9440. Grayscale: #545454. Windows color (decimal): -16749633 or 12544768. OLE color: 12544768.

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

Color convert

RGB 0 107 191 -
CMYK 1 0.44 0 0.25
HSL 206.39º 1% 0.37% -
HSV(B) 206.39º 1% 0.75% -
XYZ 14.66 14.28 51.27 -
YUV 84.58 188.05 67.67 -
System Red Green Blue C M Y K H S L
Decimal 0 107 191 1 0.44 0 0.25 206.39 1 0.37
Hex 0 6B BF 64 2C 0 19 CE 64 25
Octal 0 153 277 144 54 0 31 316 144 45
Binary 0 1101011 10111111 1100100 101100 0 11001 11001110 1100100 100101

Color Harmonies of #006BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006BBF

Black with #006BBF

Text Example


Text Example

White with #006BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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