Html Css Color HEX #006FBB Navy Blue

📋 copy color: '#006FBB'

red 0 ◦ green 111 ◦ blue 187

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

Shades of Navy Blue #006FBB

Tints of Navy Blue #006FBB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.25%

 BLUE value IS 187 (73.44% from 255) = 62.75%

R = 0%
G = 37.25%
B = 62.75%

CMYK

 C value IS 1

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#006FBB (or 0x006FBB) is known color: Navy Blue. HEX triplet: 00, 6F and BB. RGB value is (0,111,187). Sum of RGB (Red+Green+Blue) = 0+111+187=298 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 298); Green value is 111 (43.75% from 255 or 37.25% from 298); Blue value is 187 (73.44% from 255 or 62.75% from 298); Max value from RGB is 187 - color contains mainly: blue. Hex color #006FBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006FBB is #FF9044. Grayscale: #565656. Windows color (decimal): -16748613 or 12283648. OLE color: 12283648.

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

Color convert

RGB 0 111 187 -
CMYK 1 0.41 0 0.27
HSL 204.39º 1% 0.37% -
HSV(B) 204.39º 1% 0.73% -
XYZ 14.65 14.96 49.13 -
YUV 86.48 184.73 66.32 -
System Red Green Blue C M Y K H S L
Decimal 0 111 187 1 0.41 0 0.27 204.39 1 0.37
Hex 0 6F BB 64 29 0 1B CC 64 25
Octal 0 157 273 144 51 0 33 314 144 45
Binary 0 1101111 10111011 1100100 101001 0 11011 11001100 1100100 100101

Color Harmonies of #006FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006FBB

Black with #006FBB

Text Example


Text Example

White with #006FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,111,187); }

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

background-color css

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

 a { background-color: rgb(0,111,187); }

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

border-color css

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

 span { border-color: rgb(0,111,187); }

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