Html Css Color HEX #006FBE Navy Blue

📋 copy color: '#006FBE'

red 0 ◦ green 111 ◦ blue 190

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

Shades of Navy Blue #006FBE

Tints of Navy Blue #006FBE

RGB

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

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

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

R = 0%
G = 36.88%
B = 63.12%

CMYK

 C value IS 1

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#006FBE (or 0x006FBE) is known color: Navy Blue. HEX triplet: 00, 6F and BE. RGB value is (0,111,190). Sum of RGB (Red+Green+Blue) = 0+111+190=301 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 301); Green value is 111 (43.75% from 255 or 36.88% from 301); Blue value is 190 (74.61% from 255 or 63.12% from 301); Max value from RGB is 190 - color contains mainly: blue. Hex color #006FBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006FBE is #FF9041. Grayscale: #565656. Windows color (decimal): -16748610 or 12480256. OLE color: 12480256.

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

Color convert

RGB 0 111 190 -
CMYK 1 0.42 0 0.25
HSL 204.95º 1% 0.37% -
HSV(B) 204.95º 1% 0.75% -
XYZ 14.98 15.09 50.84 -
YUV 86.82 186.23 66.08 -
System Red Green Blue C M Y K H S L
Decimal 0 111 190 1 0.42 0 0.25 204.95 1 0.37
Hex 0 6F BE 64 2A 0 19 CD 64 25
Octal 0 157 276 144 52 0 31 315 144 45
Binary 0 1101111 10111110 1100100 101010 0 11001 11001101 1100100 100101

Color Harmonies of #006FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006FBE

Black with #006FBE

Text Example


Text Example

White with #006FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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